@Namespace(value="tensorflow::ops") @NoOffset public static class tensorflow.RegexReplace extends Pointer
Attrs):
* replace_global: If True, the replacement is global, otherwise the replacement
is done only on the first match.
Returns:
* Output: The text after applying pattern and rewrite.| Modifier and Type | Class and Description |
|---|---|
static class |
tensorflow.RegexReplace.Attrs
Optional attribute setters for RegexReplace
|
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
RegexReplace(Pointer p)
Pointer cast constructor.
|
RegexReplace(tensorflow.Scope scope,
tensorflow.Input input,
tensorflow.Input pattern,
tensorflow.Input rewrite) |
RegexReplace(tensorflow.Scope scope,
tensorflow.Input input,
tensorflow.Input pattern,
tensorflow.Input rewrite,
tensorflow.RegexReplace.Attrs attrs) |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.Input |
asInput() |
tensorflow.Output |
asOutput() |
tensorflow.Node |
node() |
tensorflow.Operation |
operation() |
tensorflow.RegexReplace |
operation(tensorflow.Operation operation) |
tensorflow.Output |
output() |
tensorflow.RegexReplace |
output(tensorflow.Output output) |
static tensorflow.RegexReplace.Attrs |
ReplaceGlobal(boolean x) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, position, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic RegexReplace(Pointer p)
Pointer.Pointer(Pointer).public RegexReplace(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.Input input, @ByVal tensorflow.Input pattern, @ByVal tensorflow.Input rewrite)
public RegexReplace(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.Input input, @ByVal tensorflow.Input pattern, @ByVal tensorflow.Input rewrite, @Const @ByRef tensorflow.RegexReplace.Attrs attrs)
@ByVal @Name(value="operator tensorflow::Output") public tensorflow.Output asOutput()
@ByVal @Name(value="operator tensorflow::Input") public tensorflow.Input asInput()
public tensorflow.Node node()
@ByVal public static tensorflow.RegexReplace.Attrs ReplaceGlobal(@Cast(value="bool") boolean x)
@ByRef public tensorflow.Operation operation()
public tensorflow.RegexReplace operation(tensorflow.Operation operation)
@ByRef public tensorflow.Output output()
public tensorflow.RegexReplace output(tensorflow.Output output)
Copyright © 2019. All rights reserved.