LostTech.TensorFlow : API Documentation

Type gen_xla_ops

Namespace tensorflow.compiler.tf2xla.ops.gen_xla_ops

Methods

Properties

Public static methods

object xla_broadcast_helper_eager_fallback(IGraphNodeBase lhs, IGraphNodeBase rhs, IGraphNodeBase broadcast_dims, string name, Context ctx)

object xla_broadcast_helper_eager_fallback_dyn(object lhs, object rhs, object broadcast_dims, object name, object ctx)

object xla_conv_eager_fallback(IGraphNodeBase lhs, IGraphNodeBase rhs, IGraphNodeBase window_strides, IGraphNodeBase padding, IGraphNodeBase lhs_dilation, IGraphNodeBase rhs_dilation, IGraphNodeBase feature_group_count, object dimension_numbers, string precision_config, string name, Context ctx)

object xla_conv_eager_fallback_dyn(object lhs, object rhs, object window_strides, object padding, object lhs_dilation, object rhs_dilation, object feature_group_count, object dimension_numbers, object precision_config, object name, object ctx)

object xla_dequantize_eager_fallback(IGraphNodeBase input, double min_range, double max_range, string mode, bool transpose_output, string name, Context ctx)

object xla_dequantize_eager_fallback_dyn(object input, object min_range, object max_range, object mode, object transpose_output, object name, object ctx)

object xla_dot_eager_fallback(IGraphNodeBase lhs, IGraphNodeBase rhs, object dimension_numbers, string precision_config, string name, Context ctx)

object xla_dot_eager_fallback_dyn(object lhs, object rhs, object dimension_numbers, object precision_config, object name, object ctx)

object xla_dynamic_slice_eager_fallback(IGraphNodeBase input, IGraphNodeBase start_indices, IGraphNodeBase size_indices, string name, Context ctx)

object xla_dynamic_slice_eager_fallback_dyn(object input, object start_indices, object size_indices, object name, object ctx)

object xla_dynamic_update_slice_eager_fallback(IGraphNodeBase input, IGraphNodeBase update, IGraphNodeBase indices, string name, Context ctx)

object xla_dynamic_update_slice_eager_fallback_dyn(object input, object update, object indices, object name, object ctx)

object xla_einsum_eager_fallback(IGraphNodeBase a, IGraphNodeBase b, object equation, string name, Context ctx)

object xla_einsum_eager_fallback_dyn(object a, object b, object equation, object name, object ctx)

IList<object> xla_if_eager_fallback(IGraphNodeBase cond, object inputs, object then_branch, object else_branch, IEnumerable<object> Tout, string name, Context ctx)

object xla_if_eager_fallback_dyn(object cond, object inputs, object then_branch, object else_branch, object Tout, object name, object ctx)

object xla_key_value_sort_eager_fallback(IGraphNodeBase keys, IGraphNodeBase values, string name, Context ctx)

object xla_key_value_sort_eager_fallback_dyn(object keys, object values, object name, object ctx)

object xla_pad_eager_fallback(IGraphNodeBase input, IGraphNodeBase padding_value, IGraphNodeBase padding_low, IGraphNodeBase padding_high, IGraphNodeBase padding_interior, string name, Context ctx)

object xla_pad_eager_fallback_dyn(object input, object padding_value, object padding_low, object padding_high, object padding_interior, object name, object ctx)

object xla_recv_eager_fallback(DType dtype, object tensor_name, TensorShape shape, string name, Context ctx)

object xla_recv_eager_fallback_dyn(object dtype, object tensor_name, object shape, object name, object ctx)

object xla_reduce_eager_fallback(IGraphNodeBase input, IGraphNodeBase init_value, IEnumerable<int> dimensions_to_reduce, object reducer, string name, Context ctx)

object xla_reduce_eager_fallback(IGraphNodeBase input, IGraphNodeBase init_value, IEnumerable<int> dimensions_to_reduce, _OverloadedFunction reducer, string name, Context ctx)

object xla_reduce_eager_fallback(IGraphNodeBase input, IGraphNodeBase init_value, IEnumerable<int> dimensions_to_reduce, _DefinedFunction reducer, string name, Context ctx)

object xla_reduce_eager_fallback_dyn(object input, object init_value, object dimensions_to_reduce, object reducer, object name, object ctx)

object xla_reduce_window_eager_fallback(IGraphNodeBase input, IGraphNodeBase init_value, IGraphNodeBase window_dimensions, IGraphNodeBase window_strides, IGraphNodeBase base_dilations, IGraphNodeBase window_dilations, IGraphNodeBase padding, object computation, string name, Context ctx)

object xla_reduce_window_eager_fallback_dyn(object input, object init_value, object window_dimensions, object window_strides, object base_dilations, object window_dilations, object padding, object computation, object name, object ctx)

object xla_replica_id_eager_fallback(string name, Context ctx)

object xla_replica_id_eager_fallback_dyn(object name, object ctx)

object xla_select_and_scatter_eager_fallback(IGraphNodeBase operand, IGraphNodeBase window_dimensions, IGraphNodeBase window_strides, IGraphNodeBase padding, IGraphNodeBase source, IGraphNodeBase init_value, _DefinedFunction select, _DefinedFunction scatter, string name, Context ctx)

object xla_select_and_scatter_eager_fallback(IGraphNodeBase operand, IGraphNodeBase window_dimensions, IGraphNodeBase window_strides, IGraphNodeBase padding, IGraphNodeBase source, IGraphNodeBase init_value, _DefinedFunction select, object scatter, string name, Context ctx)

object xla_select_and_scatter_eager_fallback(IGraphNodeBase operand, IGraphNodeBase window_dimensions, IGraphNodeBase window_strides, IGraphNodeBase padding, IGraphNodeBase source, IGraphNodeBase init_value, _OverloadedFunction select, _DefinedFunction scatter, string name, Context ctx)

object xla_select_and_scatter_eager_fallback(IGraphNodeBase operand, IGraphNodeBase window_dimensions, IGraphNodeBase window_strides, IGraphNodeBase padding, IGraphNodeBase source, IGraphNodeBase init_value, _OverloadedFunction select, _OverloadedFunction scatter, string name, Context ctx)

object xla_select_and_scatter_eager_fallback(IGraphNodeBase operand, IGraphNodeBase window_dimensions, IGraphNodeBase window_strides, IGraphNodeBase padding, IGraphNodeBase source, IGraphNodeBase init_value, _OverloadedFunction select, object scatter, string name, Context ctx)

object xla_select_and_scatter_eager_fallback(IGraphNodeBase operand, IGraphNodeBase window_dimensions, IGraphNodeBase window_strides, IGraphNodeBase padding, IGraphNodeBase source, IGraphNodeBase init_value, object select, _DefinedFunction scatter, string name, Context ctx)

object xla_select_and_scatter_eager_fallback(IGraphNodeBase operand, IGraphNodeBase window_dimensions, IGraphNodeBase window_strides, IGraphNodeBase padding, IGraphNodeBase source, IGraphNodeBase init_value, object select, _OverloadedFunction scatter, string name, Context ctx)

object xla_select_and_scatter_eager_fallback(IGraphNodeBase operand, IGraphNodeBase window_dimensions, IGraphNodeBase window_strides, IGraphNodeBase padding, IGraphNodeBase source, IGraphNodeBase init_value, object select, object scatter, string name, Context ctx)

object xla_select_and_scatter_eager_fallback(IGraphNodeBase operand, IGraphNodeBase window_dimensions, IGraphNodeBase window_strides, IGraphNodeBase padding, IGraphNodeBase source, IGraphNodeBase init_value, _DefinedFunction select, _OverloadedFunction scatter, string name, Context ctx)

object xla_select_and_scatter_eager_fallback_dyn(object operand, object window_dimensions, object window_strides, object padding, object source, object init_value, object select, object scatter, object name, object ctx)

object xla_self_adjoint_eig_eager_fallback(IGraphNodeBase a, object lower, int max_iter, double epsilon, string name, Context ctx)

object xla_self_adjoint_eig_eager_fallback_dyn(object a, object lower, object max_iter, object epsilon, object name, object ctx)

object xla_send_eager_fallback(IGraphNodeBase tensor, object tensor_name, string name, Context ctx)

object xla_send_eager_fallback_dyn(object tensor, object tensor_name, object name, object ctx)

object xla_sort_eager_fallback(IGraphNodeBase input, string name, Context ctx)

object xla_sort_eager_fallback_dyn(object input, object name, object ctx)

object xla_svd_eager_fallback(IGraphNodeBase a, int max_iter, double epsilon, string precision_config, string name, Context ctx)

object xla_svd_eager_fallback_dyn(object a, object max_iter, object epsilon, object precision_config, object name, object ctx)

IList<object> xla_while_eager_fallback(IEnumerable<IGraphNodeBase> input, _OverloadedFunction cond, _OverloadedFunction body, string name, Context ctx)

IList<object> xla_while_eager_fallback(IEnumerable<IGraphNodeBase> input, object cond, object body, string name, Context ctx)

IList<object> xla_while_eager_fallback(IEnumerable<IGraphNodeBase> input, _DefinedFunction cond, _DefinedFunction body, string name, Context ctx)

IList<object> xla_while_eager_fallback(IEnumerable<IGraphNodeBase> input, _DefinedFunction cond, _OverloadedFunction body, string name, Context ctx)

IList<object> xla_while_eager_fallback(IEnumerable<IGraphNodeBase> input, _DefinedFunction cond, object body, string name, Context ctx)

IList<object> xla_while_eager_fallback(IEnumerable<IGraphNodeBase> input, _OverloadedFunction cond, _DefinedFunction body, string name, Context ctx)

IList<object> xla_while_eager_fallback(IEnumerable<IGraphNodeBase> input, object cond, _OverloadedFunction body, string name, Context ctx)

IList<object> xla_while_eager_fallback(IEnumerable<IGraphNodeBase> input, _OverloadedFunction cond, object body, string name, Context ctx)

IList<object> xla_while_eager_fallback(IEnumerable<IGraphNodeBase> input, object cond, _DefinedFunction body, string name, Context ctx)

object xla_while_eager_fallback_dyn(object input, object cond, object body, object name, object ctx)

object XlaBroadcastHelper(object lhs, object rhs, object broadcast_dims, string name)

object XlaBroadcastHelper_dyn(object lhs, object rhs, object broadcast_dims, object name)

Tensor XlaConv(object lhs, object rhs, object window_strides, object padding, object lhs_dilation, object rhs_dilation, object feature_group_count, object dimension_numbers, object precision_config, string name)

object XlaConv_dyn(object lhs, object rhs, object window_strides, object padding, object lhs_dilation, object rhs_dilation, object feature_group_count, object dimension_numbers, object precision_config, object name)

Tensor XlaDequantize(object input, object min_range, object max_range, object mode, object transpose_output, string name)

object XlaDequantize_dyn(object input, object min_range, object max_range, object mode, object transpose_output, object name)

Tensor XlaDot(object lhs, object rhs, object dimension_numbers, object precision_config, string name)

object XlaDot_dyn(object lhs, object rhs, object dimension_numbers, object precision_config, object name)

Tensor XlaDynamicSlice(object input, object start_indices, object size_indices, string name)

object XlaDynamicSlice_dyn(object input, object start_indices, object size_indices, object name)

Tensor XlaDynamicUpdateSlice(object input, object update, object indices, string name)

object XlaDynamicUpdateSlice_dyn(object input, object update, object indices, object name)

Tensor XlaEinsum(object a, object b, object equation, string name)

object XlaEinsum_dyn(object a, object b, object equation, object name)

object XlaIf(object cond, object inputs, object then_branch, object else_branch, object Tout, string name)

object XlaIf_dyn(object cond, object inputs, object then_branch, object else_branch, object Tout, object name)

object XlaKeyValueSort(object keys, object values, string name)

object XlaKeyValueSort_dyn(object keys, object values, object name)

Tensor XlaPad(object input, object padding_value, object padding_low, object padding_high, object padding_interior, string name)

object XlaPad_dyn(object input, object padding_value, object padding_low, object padding_high, object padding_interior, object name)

Tensor XlaRecv(DType dtype, object tensor_name, TensorShape shape, string name)

object XlaRecv_dyn(object dtype, object tensor_name, object shape, object name)

Tensor XlaReduce(object input, object init_value, object dimensions_to_reduce, object reducer, string name)

object XlaReduce_dyn(object input, object init_value, object dimensions_to_reduce, object reducer, object name)

Tensor XlaReduceWindow(object input, object init_value, object window_dimensions, object window_strides, object base_dilations, object window_dilations, object padding, object computation, string name)

object XlaReduceWindow_dyn(object input, object init_value, object window_dimensions, object window_strides, object base_dilations, object window_dilations, object padding, object computation, object name)

Tensor XlaReplicaId(string name)

object XlaReplicaId_dyn(object name)

Tensor XlaSelectAndScatter(object operand, object window_dimensions, object window_strides, object padding, object source, object init_value, object select, object scatter, string name)

object XlaSelectAndScatter_dyn(object operand, object window_dimensions, object window_strides, object padding, object source, object init_value, object select, object scatter, object name)

object XlaSelfAdjointEig(object a, object lower, object max_iter, object epsilon, string name)

object XlaSelfAdjointEig_dyn(object a, object lower, object max_iter, object epsilon, object name)

object XlaSend(object tensor, object tensor_name, string name)

object XlaSend_dyn(object tensor, object tensor_name, object name)

Tensor XlaSort(object input, string name)

object XlaSort_dyn(object input, object name)

object XlaSvd(object a, object max_iter, object epsilon, object precision_config, string name)

object XlaSvd_dyn(object a, object max_iter, object epsilon, object precision_config, object name)

object XlaWhile(object input, object cond, object body, string name)

object XlaWhile_dyn(object input, object cond, object body, object name)

Public properties

PythonFunctionContainer xla_broadcast_helper_eager_fallback_fn get;

PythonFunctionContainer xla_conv_eager_fallback_fn get;

PythonFunctionContainer xla_dequantize_eager_fallback_fn get;

PythonFunctionContainer xla_dot_eager_fallback_fn get;

PythonFunctionContainer xla_dynamic_slice_eager_fallback_fn get;

PythonFunctionContainer xla_dynamic_update_slice_eager_fallback_fn get;

PythonFunctionContainer xla_einsum_eager_fallback_fn get;

PythonFunctionContainer xla_if_eager_fallback_fn get;

PythonFunctionContainer xla_key_value_sort_eager_fallback_fn get;

PythonFunctionContainer xla_pad_eager_fallback_fn get;

PythonFunctionContainer xla_recv_eager_fallback_fn get;

PythonFunctionContainer xla_reduce_eager_fallback_fn get;

PythonFunctionContainer xla_reduce_window_eager_fallback_fn get;

PythonFunctionContainer xla_replica_id_eager_fallback_fn get;

PythonFunctionContainer xla_select_and_scatter_eager_fallback_fn get;

PythonFunctionContainer xla_self_adjoint_eig_eager_fallback_fn get;

PythonFunctionContainer xla_send_eager_fallback_fn get;

PythonFunctionContainer xla_sort_eager_fallback_fn get;

PythonFunctionContainer xla_svd_eager_fallback_fn get;

PythonFunctionContainer xla_while_eager_fallback_fn get;

PythonFunctionContainer XlaBroadcastHelper_fn get;

PythonFunctionContainer XlaConv_fn get;

PythonFunctionContainer XlaDequantize_fn get;

PythonFunctionContainer XlaDot_fn get;

PythonFunctionContainer XlaDynamicSlice_fn get;

PythonFunctionContainer XlaDynamicUpdateSlice_fn get;

PythonFunctionContainer XlaEinsum_fn get;

PythonFunctionContainer XlaIf_fn get;

PythonFunctionContainer XlaKeyValueSort_fn get;

PythonFunctionContainer XlaPad_fn get;

PythonFunctionContainer XlaRecv_fn get;

PythonFunctionContainer XlaReduce_fn get;

PythonFunctionContainer XlaReduceWindow_fn get;

PythonFunctionContainer XlaReplicaId_fn get;

PythonFunctionContainer XlaSelectAndScatter_fn get;

PythonFunctionContainer XlaSelfAdjointEig_fn get;

PythonFunctionContainer XlaSend_fn get;

PythonFunctionContainer XlaSort_fn get;

PythonFunctionContainer XlaSvd_fn get;

PythonFunctionContainer XlaWhile_fn get;