Public static methods
object cast_variables_to_tensor(Variable tensors)
object cast_variables_to_tensor(IEnumerable<object> tensors)
object cast_variables_to_tensor(IDictionary<object, IGraphNodeBase> tensors)
object cast_variables_to_tensor_dyn(object tensors)
Tensor conv3d_transpose(object x, object kernel, ValueTuple<object, IEnumerable<object>> output_shape, ValueTuple<int, object, object> strides, string padding, object data_format)
object depthwise_conv2d(IEnumerable<IGraphNodeBase> x, object depthwise_kernel, ImplicitContainer<T> strides, string padding, string data_format, ValueTuple<int, object> dilation_rate)
object depthwise_conv2d(IEnumerable<IGraphNodeBase> x, object depthwise_kernel, ValueTuple<int, object> strides, string padding, string data_format, ValueTuple<int, object> dilation_rate)
object depthwise_conv2d(IEnumerable<IGraphNodeBase> x, object depthwise_kernel, ValueTuple<int, object> strides, string padding, string data_format, ImplicitContainer<T> dilation_rate)
object depthwise_conv2d(IEnumerable<IGraphNodeBase> x, object depthwise_kernel, ImplicitContainer<T> strides, ValueTuple<IEnumerable<object>, object> padding, string data_format, ValueTuple<int, object> dilation_rate)
object depthwise_conv2d(IEnumerable<IGraphNodeBase> x, object depthwise_kernel, ImplicitContainer<T> strides, ValueTuple<IEnumerable<object>, object> padding, string data_format, ImplicitContainer<T> dilation_rate)
object depthwise_conv2d(IGraphNodeBase x, object depthwise_kernel, ValueTuple<int, object> strides, ValueTuple<IEnumerable<object>, object> padding, string data_format, ValueTuple<int, object> dilation_rate)
object depthwise_conv2d(IGraphNodeBase x, object depthwise_kernel, ValueTuple<int, object> strides, ValueTuple<IEnumerable<object>, object> padding, string data_format, ImplicitContainer<T> dilation_rate)
object depthwise_conv2d(IGraphNodeBase x, object depthwise_kernel, ValueTuple<int, object> strides, string padding, string data_format, ValueTuple<int, object> dilation_rate)
object depthwise_conv2d(IGraphNodeBase x, object depthwise_kernel, ValueTuple<int, object> strides, string padding, string data_format, ImplicitContainer<T> dilation_rate)
object depthwise_conv2d(IGraphNodeBase x, object depthwise_kernel, ImplicitContainer<T> strides, ValueTuple<IEnumerable<object>, object> padding, string data_format, ValueTuple<int, object> dilation_rate)
object depthwise_conv2d(IGraphNodeBase x, object depthwise_kernel, ImplicitContainer<T> strides, string padding, string data_format, ValueTuple<int, object> dilation_rate)
object depthwise_conv2d(IEnumerable<IGraphNodeBase> x, object depthwise_kernel, ValueTuple<int, object> strides, ValueTuple<IEnumerable<object>, object> padding, string data_format, ImplicitContainer<T> dilation_rate)
object depthwise_conv2d(IEnumerable<IGraphNodeBase> x, object depthwise_kernel, ValueTuple<int, object> strides, ValueTuple<IEnumerable<object>, object> padding, string data_format, ValueTuple<int, object> dilation_rate)
object eager_learning_phase_scope_dyn(object value)
object freezable_variable_dyn(object value, object shape, object name)
object get_default_graph_uid_map_dyn()
bool global_learning_phase_is_set()
object global_learning_phase_is_set_dyn()
Tensor identity(object x, string name)
bool is_keras_tensor(object x)
bool is_keras_tensor(int x)
bool is_keras_tensor(IEnumerable<IGraphNodeBase> x)
object is_keras_tensor_dyn(object x)
object is_placeholder_dyn(object x)
bool is_tpu_strategy(object strategy)
Tensor local_conv(IEnumerable<IGraphNodeBase> inputs, ReplicatedVariable kernel, ValueTuple<int> kernel_size, ValueTuple<int> strides, ValueTuple<object> output_shape, string data_format)
Tensor local_conv(IEnumerable<IGraphNodeBase> inputs, IGraphNodeBase kernel, ValueTuple<int> kernel_size, ValueTuple<int> strides, ValueTuple<object> output_shape, string data_format)
Tensor local_conv(IGraphNodeBase inputs, IGraphNodeBase kernel, ValueTuple<int> kernel_size, ValueTuple<int> strides, ValueTuple<object> output_shape, string data_format)
Tensor local_conv(IEnumerable<IGraphNodeBase> inputs, ResourceVariable kernel, ValueTuple<int> kernel_size, ValueTuple<int> strides, ValueTuple<object> output_shape, string data_format)
object local_conv_dyn(object inputs, object kernel, object kernel_size, object strides, object output_shape, object data_format)
object logsumexp(object x, object axis, bool keepdims)
Tensor separable_conv1d(object x, object depthwise_kernel, object pointwise_kernel, int strides, string padding, object data_format, int dilation_rate)
object symbolic_learning_phase()
object symbolic_learning_phase_dyn()
void track_tf_optimizer(IEnumerable<object> tf_optimizer)
object track_tf_optimizer_dyn(object tf_optimizer)
void track_variable(IEnumerable<object> v)
void track_variable(object v)
object track_variable_dyn(object v)
string unique_object_name(string name, PythonClassContainer name_uid_map, IDictionary<object, Network> avoid_names, string namespace, bool zero_based)
string unique_object_name(string name, PythonClassContainer name_uid_map, IEnumerable<object> avoid_names, string namespace, bool zero_based)
Public properties
object PER_GRAPH_OBJECT_NAME_UIDS_dyn get; set;
object py_all_dyn get; set;
object py_any_dyn get; set;
object py_sum_dyn get; set;