LostTech.TensorFlow : API Documentation

Type test_ops

Namespace tensorflow.python.framework.test_ops

Methods

Properties

Public static methods

Tensor A(string name)

object A_dyn(object name)

object a_eager_fallback(string name, Context ctx)

object a_eager_fallback_dyn(object name, object ctx)

object Attr(object a, string name)

object attr_bool_eager_fallback(object a, string name, Context ctx)

object attr_bool_eager_fallback_dyn(object a, object name, object ctx)

object attr_bool_list_eager_fallback(IEnumerable<object> a, string name, Context ctx)

object attr_bool_list_eager_fallback_dyn(object a, object name, object ctx)

object attr_default_eager_fallback(string a, string name, Context ctx)

object attr_default_eager_fallback(Byte[] a, string name, Context ctx)

object attr_default_eager_fallback_dyn(ImplicitContainer<T> a, object name, object ctx)

object Attr_dyn(object a, object name)

object attr_eager_fallback(int a, string name, Context ctx)

object attr_eager_fallback_dyn(object a, object name, object ctx)

object attr_empty_list_default_eager_fallback(ImplicitContainer<T> a, string name, Context ctx)

object attr_empty_list_default_eager_fallback_dyn(ImplicitContainer<T> a, object name, object ctx)

object attr_enum_eager_fallback(Byte[] a, string name, Context ctx)

object attr_enum_eager_fallback_dyn(object a, object name, object ctx)

object attr_enum_list_eager_fallback(IEnumerable<Byte[]> a, string name, Context ctx)

object attr_enum_list_eager_fallback_dyn(object a, object name, object ctx)

object attr_float_eager_fallback(double a, string name, Context ctx)

object attr_float_eager_fallback_dyn(object a, object name, object ctx)

object attr_list_default_eager_fallback(ImplicitContainer<T> a, string name, Context ctx)

object attr_list_default_eager_fallback_dyn(ImplicitContainer<T> a, object name, object ctx)

object attr_list_min_eager_fallback(IEnumerable<int> a, string name, Context ctx)

object attr_list_min_eager_fallback_dyn(object a, object name, object ctx)

object attr_list_type_default_eager_fallback(object a, object b, string name, Context ctx)

object attr_list_type_default_eager_fallback_dyn(object a, object b, object name, object ctx)

object attr_min_eager_fallback(int a, string name, Context ctx)

object attr_min_eager_fallback_dyn(object a, object name, object ctx)

object attr_partial_shape_eager_fallback(IEnumerable<Nullable<int>> a, string name, Context ctx)

object attr_partial_shape_eager_fallback_dyn(object a, object name, object ctx)

object attr_partial_shape_list_eager_fallback(IEnumerable<object> a, string name, Context ctx)

object attr_partial_shape_list_eager_fallback_dyn(object a, object name, object ctx)

object attr_shape_eager_fallback(IEnumerable<Nullable<int>> a, string name, Context ctx)

object attr_shape_eager_fallback_dyn(object a, object name, object ctx)

object attr_shape_list_eager_fallback(IEnumerable<object> a, string name, Context ctx)

object attr_shape_list_eager_fallback_dyn(object a, object name, object ctx)

object attr_type_default_eager_fallback(IGraphNodeBase a, string name, Context ctx)

object attr_type_default_eager_fallback_dyn(object a, object name, object ctx)

object AttrBool(object a, string name)

object AttrBool_dyn(object a, object name)

object AttrBoolList(object a, string name)

object AttrBoolList_dyn(object a, object name)

object AttrDefault(string a, string name)

object AttrDefault_dyn(ImplicitContainer<T> a, object name)

object AttrEmptyListDefault(ImplicitContainer<T> a, string name)

object AttrEmptyListDefault_dyn(ImplicitContainer<T> a, object name)

object AttrEnum(object a, string name)

object AttrEnum_dyn(object a, object name)

object AttrEnumList(object a, string name)

object AttrEnumList_dyn(object a, object name)

object AttrFloat(object a, string name)

object AttrFloat_dyn(object a, object name)

object AttrListDefault(ImplicitContainer<T> a, string name)

object AttrListDefault_dyn(ImplicitContainer<T> a, object name)

object AttrListMin(object a, string name)

object AttrListMin_dyn(object a, object name)

object AttrListTypeDefault(object a, object b, string name)

object AttrListTypeDefault_dyn(object a, object b, object name)

object AttrMin(object a, string name)

object AttrMin_dyn(object a, object name)

object AttrPartialShape(object a, string name)

object AttrPartialShape_dyn(object a, object name)

object AttrPartialShapeList(object a, string name)

object AttrPartialShapeList_dyn(object a, object name)

object AttrShape(object a, string name)

object AttrShape_dyn(object a, object name)

object AttrShapeList(object a, string name)

object AttrShapeList_dyn(object a, object name)

object AttrTypeDefault(object a, string name)

object AttrTypeDefault_dyn(object a, object name)

Tensor B(string name)

object B_dyn(object name)

object b_eager_fallback(string name, Context ctx)

object b_eager_fallback_dyn(object name, object ctx)

Tensor Binary(object a, object b, string name)

object Binary_dyn(object a, object b, object name)

object binary_eager_fallback(IGraphNodeBase a, IGraphNodeBase b, string name, Context ctx)

object binary_eager_fallback_dyn(object a, object b, object name, object ctx)

object complex_struct_eager_fallback(int n_a, int n_b, IEnumerable<object> t_c, string name, Context ctx)

object complex_struct_eager_fallback_dyn(object n_a, object n_b, object t_c, object name, object ctx)

object ComplexStruct(object n_a, object n_b, object t_c, string name)

object ComplexStruct_dyn(object n_a, object n_b, object t_c, object name)

object copy_op_eager_fallback(IGraphNodeBase a, string name, Context ctx)

object copy_op_eager_fallback_dyn(object a, object name, object ctx)

Tensor CopyOp(object a, string name)

object CopyOp_dyn(object a, object name)

object default_attrs_eager_fallback(string string_val, ImplicitContainer<T> string_list_val, int int_val, ImplicitContainer<T> int_list_val, int float_val, ImplicitContainer<T> float_list_val, bool bool_val, ImplicitContainer<T> bool_list_val, ImplicitContainer<T> type_val, ImplicitContainer<T> type_list_val, ImplicitContainer<T> shape_val, ImplicitContainer<T> shape_list_val, ImplicitContainer<T> tensor_val, ImplicitContainer<T> tensor_list_val, string name, Context ctx)

object default_attrs_eager_fallback(string string_val, ImplicitContainer<T> string_list_val, int int_val, ImplicitContainer<T> int_list_val, double float_val, ImplicitContainer<T> float_list_val, bool bool_val, ImplicitContainer<T> bool_list_val, ImplicitContainer<T> type_val, ImplicitContainer<T> type_list_val, ImplicitContainer<T> shape_val, ImplicitContainer<T> shape_list_val, ImplicitContainer<T> tensor_val, ImplicitContainer<T> tensor_list_val, string name, Context ctx)

object default_attrs_eager_fallback(Byte[] string_val, ImplicitContainer<T> string_list_val, int int_val, ImplicitContainer<T> int_list_val, int float_val, ImplicitContainer<T> float_list_val, bool bool_val, ImplicitContainer<T> bool_list_val, ImplicitContainer<T> type_val, ImplicitContainer<T> type_list_val, ImplicitContainer<T> shape_val, ImplicitContainer<T> shape_list_val, ImplicitContainer<T> tensor_val, ImplicitContainer<T> tensor_list_val, string name, Context ctx)

object default_attrs_eager_fallback(Byte[] string_val, ImplicitContainer<T> string_list_val, int int_val, ImplicitContainer<T> int_list_val, double float_val, ImplicitContainer<T> float_list_val, bool bool_val, ImplicitContainer<T> bool_list_val, ImplicitContainer<T> type_val, ImplicitContainer<T> type_list_val, ImplicitContainer<T> shape_val, ImplicitContainer<T> shape_list_val, ImplicitContainer<T> tensor_val, ImplicitContainer<T> tensor_list_val, string name, Context ctx)

object default_attrs_eager_fallback_dyn(ImplicitContainer<T> string_val, ImplicitContainer<T> string_list_val, ImplicitContainer<T> int_val, ImplicitContainer<T> int_list_val, ImplicitContainer<T> float_val, ImplicitContainer<T> float_list_val, ImplicitContainer<T> bool_val, ImplicitContainer<T> bool_list_val, ImplicitContainer<T> type_val, ImplicitContainer<T> type_list_val, ImplicitContainer<T> shape_val, ImplicitContainer<T> shape_list_val, ImplicitContainer<T> tensor_val, ImplicitContainer<T> tensor_list_val, object name, object ctx)

object DefaultAttrs(string string_val, ImplicitContainer<T> string_list_val, int int_val, ImplicitContainer<T> int_list_val, int float_val, ImplicitContainer<T> float_list_val, bool bool_val, ImplicitContainer<T> bool_list_val, ImplicitContainer<T> type_val, ImplicitContainer<T> type_list_val, ImplicitContainer<T> shape_val, ImplicitContainer<T> shape_list_val, ImplicitContainer<T> tensor_val, ImplicitContainer<T> tensor_list_val, string name)

object DefaultAttrs_dyn(ImplicitContainer<T> string_val, ImplicitContainer<T> string_list_val, ImplicitContainer<T> int_val, ImplicitContainer<T> int_list_val, ImplicitContainer<T> float_val, ImplicitContainer<T> float_list_val, ImplicitContainer<T> bool_val, ImplicitContainer<T> bool_list_val, ImplicitContainer<T> type_val, ImplicitContainer<T> type_list_val, ImplicitContainer<T> shape_val, ImplicitContainer<T> shape_list_val, ImplicitContainer<T> tensor_val, ImplicitContainer<T> tensor_list_val, object name)

object device_placement_op_eager_fallback(string name, Context ctx)

object device_placement_op_eager_fallback_dyn(object name, object ctx)

Tensor DevicePlacementOp(string name)

object DevicePlacementOp_dyn(object name)

object five_float_outputs_eager_fallback(string name, Context ctx)

object five_float_outputs_eager_fallback_dyn(object name, object ctx)

object FiveFloatOutputs(string name)

object FiveFloatOutputs_dyn(object name)

object float_input_eager_fallback(IGraphNodeBase a, string name, Context ctx)

object float_input_eager_fallback_dyn(object a, object name, object ctx)

object float_output_eager_fallback(string name, Context ctx)

object float_output_eager_fallback_dyn(object name, object ctx)

object float_output_string_output_eager_fallback(string name, Context ctx)

object float_output_string_output_eager_fallback_dyn(object name, object ctx)

object FloatInput(object a, string name)

object FloatInput_dyn(object a, object name)

Tensor FloatOutput(string name)

object FloatOutput_dyn(object name)

object FloatOutputStringOutput(string name)

object FloatOutputStringOutput_dyn(object name)

object Foo1(object a, object b, object c, string name)

object Foo1_dyn(object a, object b, object c, object name)

object foo1_eager_fallback(IGraphNodeBase a, IGraphNodeBase b, IGraphNodeBase c, string name, Context ctx)

object foo1_eager_fallback_dyn(object a, object b, object c, object name, object ctx)

object Foo2(object a, object b, object c, string name)

object Foo2_dyn(object a, object b, object c, object name)

object foo2_eager_fallback(IGraphNodeBase a, IGraphNodeBase b, IGraphNodeBase c, string name, Context ctx)

object foo2_eager_fallback_dyn(object a, object b, object c, object name, object ctx)

object Foo3(object a, object b, object c, string name)

object Foo3_dyn(object a, object b, object c, object name)

object foo3_eager_fallback(IGraphNodeBase a, IGraphNodeBase b, IGraphNodeBase c, string name, Context ctx)

object foo3_eager_fallback_dyn(object a, object b, object c, object name, object ctx)

object func_attr_eager_fallback(object f, string name, Context ctx)

object func_attr_eager_fallback(_DefinedFunction f, string name, Context ctx)

object func_attr_eager_fallback(_OverloadedFunction f, string name, Context ctx)

object func_attr_eager_fallback_dyn(object f, object name, object ctx)

object func_list_attr_eager_fallback(object f, string name, Context ctx)

object func_list_attr_eager_fallback_dyn(object f, object name, object ctx)

object FuncAttr(object f, string name)

object FuncAttr_dyn(object f, object name)

object FuncListAttr(object f, string name)

object FuncListAttr_dyn(object f, object name)

object graph_def_version_eager_fallback(string name, Context ctx)

object graph_def_version_eager_fallback_dyn(object name, object ctx)

Tensor GraphDefVersion(string name)

object GraphDefVersion_dyn(object name)

object in_polymorphic_twice_eager_fallback(object a, object b, string name, Context ctx)

object in_polymorphic_twice_eager_fallback_dyn(object a, object b, object name, object ctx)

object InPolymorphicTwice(object a, object b, string name)

object InPolymorphicTwice_dyn(object a, object b, object name)

object int_attr_eager_fallback(int foo, string name, Context ctx)

object int_attr_eager_fallback_dyn(ImplicitContainer<T> foo, object name, object ctx)

object int_input_eager_fallback(IGraphNodeBase a, string name, Context ctx)

object int_input_eager_fallback_dyn(object a, object name, object ctx)

object int_input_float_input_eager_fallback(IGraphNodeBase a, IGraphNodeBase b, string name, Context ctx)

object int_input_float_input_eager_fallback_dyn(object a, object b, object name, object ctx)

object int_input_int_output_eager_fallback(IGraphNodeBase a, string name, Context ctx)

object int_input_int_output_eager_fallback_dyn(object a, object name, object ctx)

object int_output_eager_fallback(string name, Context ctx)

object int_output_eager_fallback_dyn(object name, object ctx)

object int_output_float_output_eager_fallback(string name, Context ctx)

object int_output_float_output_eager_fallback_dyn(object name, object ctx)

object int64_output_eager_fallback(string name, Context ctx)

object int64_output_eager_fallback_dyn(object name, object ctx)

Tensor Int64Output(string name)

object Int64Output_dyn(object name)

Tensor IntAttr(int foo, string name)

object IntAttr_dyn(ImplicitContainer<T> foo, object name)

object IntInput(object a, string name)

object IntInput_dyn(object a, object name)

object IntInputFloatInput(object a, object b, string name)

object IntInputFloatInput_dyn(object a, object b, object name)

Tensor IntInputIntOutput(object a, string name)

object IntInputIntOutput_dyn(object a, object name)

Tensor IntOutput(string name)

object IntOutput_dyn(object name)

object IntOutputFloatOutput(string name)

object IntOutputFloatOutput_dyn(object name)

object kernel_label_eager_fallback(string name, Context ctx)

object kernel_label_eager_fallback_dyn(object name, object ctx)

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

object kernel_label_required_eager_fallback_dyn(object input, object name, object ctx)

Tensor KernelLabel(string name)

object KernelLabel_dyn(object name)

Tensor KernelLabelRequired(object input, string name)

object KernelLabelRequired_dyn(object input, object name)

object list_input_eager_fallback(object a, string name, Context ctx)

object list_input_eager_fallback_dyn(object a, object name, object ctx)

IList<object> list_output_eager_fallback(IEnumerable<object> T, string name, Context ctx)

object list_output_eager_fallback_dyn(object T, object name, object ctx)

object ListInput(object a, string name)

object ListInput_dyn(object a, object name)

object ListOutput(object T, string name)

object ListOutput_dyn(object T, object name)

object mixed_struct_eager_fallback(int n_a, string name, Context ctx)

object mixed_struct_eager_fallback_dyn(object n_a, object name, object ctx)

object MixedStruct(object n_a, string name)

object MixedStruct_dyn(object n_a, object name)

object n_in_polymorphic_twice_eager_fallback(object a, object b, string name, Context ctx)

object n_in_polymorphic_twice_eager_fallback_dyn(object a, object b, object name, object ctx)

object n_in_twice_eager_fallback(object a, object b, string name, Context ctx)

object n_in_twice_eager_fallback_dyn(object a, object b, object name, object ctx)

object n_in_two_type_variables_eager_fallback(object a, object b, string name, Context ctx)

object n_in_two_type_variables_eager_fallback_dyn(object a, object b, object name, object ctx)

object n_ints_in_eager_fallback(object a, string name, Context ctx)

object n_ints_in_eager_fallback_dyn(object a, object name, object ctx)

IList<object> n_ints_out_default_eager_fallback(int N, string name, Context ctx)

object n_ints_out_default_eager_fallback_dyn(ImplicitContainer<T> N, object name, object ctx)

IList<object> n_ints_out_eager_fallback(int N, string name, Context ctx)

object n_ints_out_eager_fallback_dyn(object N, object name, object ctx)

object n_polymorphic_in_eager_fallback(object a, string name, Context ctx)

object n_polymorphic_in_eager_fallback_dyn(object a, object name, object ctx)

IList<object> n_polymorphic_out_default_eager_fallback(int T, int N, string name, Context ctx)

IList<object> n_polymorphic_out_default_eager_fallback(ImplicitContainer<T> T, int N, string name, Context ctx)

object n_polymorphic_out_default_eager_fallback_dyn(ImplicitContainer<T> T, ImplicitContainer<T> N, object name, object ctx)

IList<object> n_polymorphic_out_eager_fallback(int T, int N, string name, Context ctx)

object n_polymorphic_out_eager_fallback_dyn(object T, object N, object name, object ctx)

object n_polymorphic_restrict_in_eager_fallback(object a, string name, Context ctx)

object n_polymorphic_restrict_in_eager_fallback_dyn(object a, object name, object ctx)

IList<object> n_polymorphic_restrict_out_eager_fallback(int T, int N, string name, Context ctx)

object n_polymorphic_restrict_out_eager_fallback_dyn(object T, object N, object name, object ctx)

object NInPolymorphicTwice(object a, object b, string name)

object NInPolymorphicTwice_dyn(object a, object b, object name)

object NIntsIn(object a, string name)

object NIntsIn_dyn(object a, object name)

object NIntsOut(object N, string name)

object NIntsOut_dyn(object N, object name)

object NIntsOutDefault(int N, string name)

object NIntsOutDefault_dyn(ImplicitContainer<T> N, object name)

object NInTwice(object a, object b, string name)

object NInTwice_dyn(object a, object b, object name)

object NInTwoTypeVariables(object a, object b, string name)

object NInTwoTypeVariables_dyn(object a, object b, object name)

object None_(string name)

object None__dyn(object name)

object none_eager_fallback(string name, Context ctx)

object none_eager_fallback_dyn(object name, object ctx)

object NPolymorphicIn(object a, string name)

object NPolymorphicIn_dyn(object a, object name)

object NPolymorphicOut(object T, object N, string name)

object NPolymorphicOut_dyn(object T, object N, object name)

object NPolymorphicOutDefault(ImplicitContainer<T> T, int N, string name)

object NPolymorphicOutDefault_dyn(ImplicitContainer<T> T, ImplicitContainer<T> N, object name)

object NPolymorphicRestrictIn(object a, string name)

object NPolymorphicRestrictIn_dyn(object a, object name)

object NPolymorphicRestrictOut(object T, object N, string name)

object NPolymorphicRestrictOut_dyn(object T, object N, object name)

object Old(string name)

object Old_dyn(object name)

object old_eager_fallback(string name, Context ctx)

object old_eager_fallback_dyn(object name, object ctx)

object op_with_default_attr_eager_fallback(int default_float, string name, Context ctx)

object op_with_default_attr_eager_fallback(double default_float, string name, Context ctx)

object op_with_default_attr_eager_fallback_dyn(ImplicitContainer<T> default_float, object name, object ctx)

object op_with_future_default_attr_eager_fallback(string name, Context ctx)

object op_with_future_default_attr_eager_fallback_dyn(object name, object ctx)

Tensor OpWithDefaultAttr(int default_float, string name)

object OpWithDefaultAttr_dyn(ImplicitContainer<T> default_float, object name)

object OpWithFutureDefaultAttr(string name)

object OpWithFutureDefaultAttr_dyn(object name)

object out_t_eager_fallback(int T, string name, Context ctx)

object out_t_eager_fallback_dyn(object T, object name, object ctx)

IList<object> out_type_list_eager_fallback(IEnumerable<object> T, string name, Context ctx)

object out_type_list_eager_fallback_dyn(object T, object name, object ctx)

IList<object> out_type_list_restrict_eager_fallback(IEnumerable<object> t, string name, Context ctx)

object out_type_list_restrict_eager_fallback_dyn(object t, object name, object ctx)

Tensor OutT(object T, string name)

object OutT_dyn(object T, object name)

object OutTypeList(object T, string name)

object OutTypeList_dyn(object T, object name)

object OutTypeListRestrict(object t, string name)

object OutTypeListRestrict_dyn(object t, object name)

Tensor Polymorphic(object a, string name)

object polymorphic_default_out_eager_fallback(int T, string name, Context ctx)

object polymorphic_default_out_eager_fallback(ImplicitContainer<T> T, string name, Context ctx)

object polymorphic_default_out_eager_fallback_dyn(ImplicitContainer<T> T, object name, object ctx)

object Polymorphic_dyn(object a, object name)

object polymorphic_eager_fallback(IGraphNodeBase a, string name, Context ctx)

object polymorphic_eager_fallback_dyn(object a, object name, object ctx)

object polymorphic_out_eager_fallback(int T, string name, Context ctx)

object polymorphic_out_eager_fallback_dyn(object T, object name, object ctx)

Tensor PolymorphicDefaultOut(ImplicitContainer<T> T, string name)

object PolymorphicDefaultOut_dyn(ImplicitContainer<T> T, object name)

Tensor PolymorphicOut(object T, string name)

object PolymorphicOut_dyn(object T, object name)

void ref_in_eager_fallback(object a, string name, object ctx)

object ref_in_eager_fallback_dyn(object a, object name, object ctx)

void ref_input_float_input_eager_fallback(object a, object b, string name, object ctx)

object ref_input_float_input_eager_fallback_dyn(object a, object b, object name, object ctx)

void ref_input_float_input_int_output_eager_fallback(object a, object b, string name, object ctx)

object ref_input_float_input_int_output_eager_fallback_dyn(object a, object b, object name, object ctx)

void ref_input_int_input_eager_fallback(object a, object b, string name, object ctx)

object ref_input_int_input_eager_fallback_dyn(object a, object b, object name, object ctx)

void ref_out_eager_fallback(object T, string name, object ctx)

object ref_out_eager_fallback_dyn(object T, object name, object ctx)

void ref_output_eager_fallback(string name, object ctx)

object ref_output_eager_fallback_dyn(object name, object ctx)

void ref_output_float_output_eager_fallback(string name, object ctx)

object ref_output_float_output_eager_fallback_dyn(object name, object ctx)

object RefIn(object a, string name)

object RefIn_dyn(object a, object name)

object RefInputFloatInput(object a, object b, string name)

object RefInputFloatInput_dyn(object a, object b, object name)

Tensor RefInputFloatInputIntOutput(object a, object b, string name)

object RefInputFloatInputIntOutput_dyn(object a, object b, object name)

object RefInputIntInput(object a, object b, string name)

object RefInputIntInput_dyn(object a, object b, object name)

object RefOut(object T, string name)

object RefOut_dyn(object T, object name)

Tensor RefOutput(string name)

object RefOutput_dyn(object name)

object RefOutputFloatOutput(string name)

object RefOutputFloatOutput_dyn(object name)

object requires_older_graph_version_eager_fallback(string name, Context ctx)

object requires_older_graph_version_eager_fallback_dyn(object name, object ctx)

Tensor RequiresOlderGraphVersion(string name)

object RequiresOlderGraphVersion_dyn(object name)

object reserved_attr_eager_fallback(int range, string name, Context ctx)

object reserved_attr_eager_fallback_dyn(object range, object name, object ctx)

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

object reserved_input_eager_fallback_dyn(object input, object name, object ctx)

object ReservedAttr(object range, string name)

object ReservedAttr_dyn(object range, object name)

object ReservedInput(object input, string name)

object ReservedInput_dyn(object input, object name)

object resource_create_op_eager_fallback(IGraphNodeBase resource, string name, Context ctx)

object resource_create_op_eager_fallback_dyn(object resource, object name, object ctx)

object resource_initialized_op_eager_fallback(IGraphNodeBase resource, string name, Context ctx)

object resource_initialized_op_eager_fallback_dyn(object resource, object name, object ctx)

object resource_using_op_eager_fallback(IGraphNodeBase resource, string name, Context ctx)

object resource_using_op_eager_fallback_dyn(object resource, object name, object ctx)

object ResourceCreateOp(object resource, string name)

object ResourceCreateOp_dyn(object resource, object name)

Tensor ResourceInitializedOp(object resource, string name)

object ResourceInitializedOp_dyn(object resource, object name)

object ResourceUsingOp(object resource, string name)

object ResourceUsingOp_dyn(object resource, object name)

Tensor Restrict(object a, string name)

object Restrict_dyn(object a, object name)

object restrict_eager_fallback(IGraphNodeBase a, string name, Context ctx)

object restrict_eager_fallback_dyn(object a, object name, object ctx)

Tensor Simple(object a, string name)

object Simple_dyn(object a, object name)

object simple_eager_fallback(IGraphNodeBase a, string name, Context ctx)

object simple_eager_fallback_dyn(object a, object name, object ctx)

IList<object> simple_struct_eager_fallback(int n_a, string name, Context ctx)

object simple_struct_eager_fallback_dyn(object n_a, object name, object ctx)

object SimpleStruct(object n_a, string name)

object SimpleStruct_dyn(object n_a, object name)

object string_list_attr_eager_fallback(IEnumerable<Byte[]> a, Byte[] b, string name, Context ctx)

object string_list_attr_eager_fallback_dyn(object a, object b, object name, object ctx)

object StringListAttr(object a, object b, string name)

object StringListAttr_dyn(object a, object b, object name)

object stub_resource_handle_op_eager_fallback(string container, string shared_name, string name, Context ctx)

object stub_resource_handle_op_eager_fallback(string container, Byte[] shared_name, string name, Context ctx)

object stub_resource_handle_op_eager_fallback(Byte[] container, string shared_name, string name, Context ctx)

object stub_resource_handle_op_eager_fallback(Byte[] container, Byte[] shared_name, string name, Context ctx)

object stub_resource_handle_op_eager_fallback_dyn(ImplicitContainer<T> container, ImplicitContainer<T> shared_name, object name, object ctx)

Tensor StubResourceHandleOp(string container, string shared_name, string name)

object StubResourceHandleOp_dyn(ImplicitContainer<T> container, ImplicitContainer<T> shared_name, object name)

object test_attr_eager_fallback(int T, string name, Context ctx)

object test_attr_eager_fallback(DType T, string name, Context ctx)

object test_attr_eager_fallback_dyn(object T, object name, object ctx)

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

object test_string_output_eager_fallback_dyn(object input, object name, object ctx)

Tensor TestAttr(object T, string name)

object TestAttr_dyn(object T, object name)

object TestStringOutput(object input, string name)

object TestStringOutput_dyn(object input, object name)

object two_float_inputs_eager_fallback(IGraphNodeBase a, IGraphNodeBase b, string name, Context ctx)

object two_float_inputs_eager_fallback_dyn(object a, object b, object name, object ctx)

object two_float_inputs_float_output_eager_fallback(IGraphNodeBase a, IGraphNodeBase b, string name, Context ctx)

object two_float_inputs_float_output_eager_fallback_dyn(object a, object b, object name, object ctx)

object two_float_inputs_int_output_eager_fallback(IGraphNodeBase a, IGraphNodeBase b, string name, Context ctx)

object two_float_inputs_int_output_eager_fallback_dyn(object a, object b, object name, object ctx)

object two_float_outputs_eager_fallback(string name, Context ctx)

object two_float_outputs_eager_fallback_dyn(object name, object ctx)

object two_int_inputs_eager_fallback(IGraphNodeBase a, IGraphNodeBase b, string name, Context ctx)

object two_int_inputs_eager_fallback_dyn(object a, object b, object name, object ctx)

object two_int_outputs_eager_fallback(string name, Context ctx)

object two_int_outputs_eager_fallback_dyn(object name, object ctx)

void two_refs_in_eager_fallback(object a, object b, string name, object ctx)

object two_refs_in_eager_fallback_dyn(object a, object b, object name, object ctx)

object TwoFloatInputs(object a, object b, string name)

object TwoFloatInputs_dyn(object a, object b, object name)

Tensor TwoFloatInputsFloatOutput(object a, object b, string name)

object TwoFloatInputsFloatOutput_dyn(object a, object b, object name)

Tensor TwoFloatInputsIntOutput(object a, object b, string name)

object TwoFloatInputsIntOutput_dyn(object a, object b, object name)

object TwoFloatOutputs(string name)

object TwoFloatOutputs_dyn(object name)

object TwoIntInputs(object a, object b, string name)

object TwoIntInputs_dyn(object a, object b, object name)

object TwoIntOutputs(string name)

object TwoIntOutputs_dyn(object name)

object TwoRefsIn(object a, object b, string name)

object TwoRefsIn_dyn(object a, object b, object name)

object type_list_eager_fallback(object a, string name, Context ctx)

object type_list_eager_fallback_dyn(object a, object name, object ctx)

object type_list_restrict_eager_fallback(object a, string name, Context ctx)

object type_list_restrict_eager_fallback_dyn(object a, object name, object ctx)

object type_list_twice_eager_fallback(object a, object b, string name, Context ctx)

object type_list_twice_eager_fallback_dyn(object a, object b, object name, object ctx)

object TypeList(object a, string name)

object TypeList_dyn(object a, object name)

object TypeListRestrict(object a, string name)

object TypeListRestrict_dyn(object a, object name)

object TypeListTwice(object a, object b, string name)

object TypeListTwice_dyn(object a, object b, object name)

Tensor Unary(object a, string name)

object Unary_dyn(object a, object name)

object unary_eager_fallback(IGraphNodeBase a, string name, Context ctx)

object unary_eager_fallback_dyn(object a, object name, object ctx)

Public properties

PythonFunctionContainer a_eager_fallback_fn get;

PythonFunctionContainer attr_bool_eager_fallback_fn get;

PythonFunctionContainer attr_bool_list_eager_fallback_fn get;

PythonFunctionContainer attr_default_eager_fallback_fn get;

PythonFunctionContainer attr_eager_fallback_fn get;

PythonFunctionContainer attr_empty_list_default_eager_fallback_fn get;

PythonFunctionContainer attr_enum_eager_fallback_fn get;

PythonFunctionContainer attr_enum_list_eager_fallback_fn get;

PythonFunctionContainer attr_float_eager_fallback_fn get;

PythonFunctionContainer attr_list_default_eager_fallback_fn get;

PythonFunctionContainer attr_list_min_eager_fallback_fn get;

PythonFunctionContainer attr_list_type_default_eager_fallback_fn get;

PythonFunctionContainer attr_min_eager_fallback_fn get;

PythonFunctionContainer attr_partial_shape_eager_fallback_fn get;

PythonFunctionContainer attr_partial_shape_list_eager_fallback_fn get;

PythonFunctionContainer attr_shape_eager_fallback_fn get;

PythonFunctionContainer attr_shape_list_eager_fallback_fn get;

PythonFunctionContainer attr_type_default_eager_fallback_fn get;

PythonFunctionContainer AttrBool_fn get;

PythonFunctionContainer AttrBoolList_fn get;

PythonFunctionContainer AttrDefault_fn get;

PythonFunctionContainer AttrEmptyListDefault_fn get;

PythonFunctionContainer AttrEnum_fn get;

PythonFunctionContainer AttrEnumList_fn get;

PythonFunctionContainer AttrFloat_fn get;

PythonFunctionContainer AttrListDefault_fn get;

PythonFunctionContainer AttrListMin_fn get;

PythonFunctionContainer AttrListTypeDefault_fn get;

PythonFunctionContainer AttrMin_fn get;

PythonFunctionContainer AttrPartialShape_fn get;

PythonFunctionContainer AttrPartialShapeList_fn get;

PythonFunctionContainer AttrShape_fn get;

PythonFunctionContainer AttrShapeList_fn get;

PythonFunctionContainer AttrTypeDefault_fn get;

PythonFunctionContainer b_eager_fallback_fn get;

PythonFunctionContainer binary_eager_fallback_fn get;

PythonFunctionContainer Binary_fn get;

PythonFunctionContainer complex_struct_eager_fallback_fn get;

PythonFunctionContainer ComplexStruct_fn get;

PythonFunctionContainer copy_op_eager_fallback_fn get;

PythonFunctionContainer CopyOp_fn get;

PythonFunctionContainer default_attrs_eager_fallback_fn get;

PythonFunctionContainer DefaultAttrs_fn get;

PythonFunctionContainer device_placement_op_eager_fallback_fn get;

PythonFunctionContainer DevicePlacementOp_fn get;

PythonFunctionContainer five_float_outputs_eager_fallback_fn get;

PythonFunctionContainer FiveFloatOutputs_fn get;

PythonFunctionContainer float_input_eager_fallback_fn get;

PythonFunctionContainer float_output_eager_fallback_fn get;

PythonFunctionContainer float_output_string_output_eager_fallback_fn get;

PythonFunctionContainer FloatInput_fn get;

PythonFunctionContainer FloatOutput_fn get;

PythonFunctionContainer FloatOutputStringOutput_fn get;

PythonFunctionContainer foo1_eager_fallback_fn get;

PythonFunctionContainer foo2_eager_fallback_fn get;

PythonFunctionContainer foo3_eager_fallback_fn get;

PythonFunctionContainer func_attr_eager_fallback_fn get;

PythonFunctionContainer func_list_attr_eager_fallback_fn get;

PythonFunctionContainer FuncAttr_fn get;

PythonFunctionContainer FuncListAttr_fn get;

PythonFunctionContainer graph_def_version_eager_fallback_fn get;

PythonFunctionContainer GraphDefVersion_fn get;

PythonFunctionContainer in_polymorphic_twice_eager_fallback_fn get;

PythonFunctionContainer InPolymorphicTwice_fn get;

PythonFunctionContainer int_attr_eager_fallback_fn get;

PythonFunctionContainer int_input_eager_fallback_fn get;

PythonFunctionContainer int_input_float_input_eager_fallback_fn get;

PythonFunctionContainer int_input_int_output_eager_fallback_fn get;

PythonFunctionContainer int_output_eager_fallback_fn get;

PythonFunctionContainer int_output_float_output_eager_fallback_fn get;

PythonFunctionContainer int64_output_eager_fallback_fn get;

PythonFunctionContainer Int64Output_fn get;

PythonFunctionContainer IntAttr_fn get;

PythonFunctionContainer IntInput_fn get;

PythonFunctionContainer IntInputFloatInput_fn get;

PythonFunctionContainer IntInputIntOutput_fn get;

PythonFunctionContainer IntOutput_fn get;

PythonFunctionContainer IntOutputFloatOutput_fn get;

PythonFunctionContainer kernel_label_eager_fallback_fn get;

PythonFunctionContainer kernel_label_required_eager_fallback_fn get;

PythonFunctionContainer KernelLabel_fn get;

PythonFunctionContainer KernelLabelRequired_fn get;

PythonFunctionContainer list_input_eager_fallback_fn get;

PythonFunctionContainer list_output_eager_fallback_fn get;

PythonFunctionContainer ListInput_fn get;

PythonFunctionContainer ListOutput_fn get;

PythonFunctionContainer mixed_struct_eager_fallback_fn get;

PythonFunctionContainer MixedStruct_fn get;

PythonFunctionContainer n_in_polymorphic_twice_eager_fallback_fn get;

PythonFunctionContainer n_in_twice_eager_fallback_fn get;

PythonFunctionContainer n_in_two_type_variables_eager_fallback_fn get;

PythonFunctionContainer n_ints_in_eager_fallback_fn get;

PythonFunctionContainer n_ints_out_default_eager_fallback_fn get;

PythonFunctionContainer n_ints_out_eager_fallback_fn get;

PythonFunctionContainer n_polymorphic_in_eager_fallback_fn get;

PythonFunctionContainer n_polymorphic_out_default_eager_fallback_fn get;

PythonFunctionContainer n_polymorphic_out_eager_fallback_fn get;

PythonFunctionContainer n_polymorphic_restrict_in_eager_fallback_fn get;

PythonFunctionContainer n_polymorphic_restrict_out_eager_fallback_fn get;

PythonFunctionContainer NInPolymorphicTwice_fn get;

PythonFunctionContainer NIntsIn_fn get;

PythonFunctionContainer NIntsOut_fn get;

PythonFunctionContainer NIntsOutDefault_fn get;

PythonFunctionContainer NInTwice_fn get;

PythonFunctionContainer NInTwoTypeVariables_fn get;

PythonFunctionContainer None__fn get;

PythonFunctionContainer none_eager_fallback_fn get;

PythonFunctionContainer NPolymorphicIn_fn get;

PythonFunctionContainer NPolymorphicOut_fn get;

PythonFunctionContainer NPolymorphicOutDefault_fn get;

PythonFunctionContainer NPolymorphicRestrictIn_fn get;

PythonFunctionContainer NPolymorphicRestrictOut_fn get;

PythonFunctionContainer old_eager_fallback_fn get;

PythonFunctionContainer op_with_default_attr_eager_fallback_fn get;

PythonFunctionContainer op_with_future_default_attr_eager_fallback_fn get;

PythonFunctionContainer OpWithDefaultAttr_fn get;

PythonFunctionContainer OpWithFutureDefaultAttr_fn get;

PythonFunctionContainer out_t_eager_fallback_fn get;

PythonFunctionContainer out_type_list_eager_fallback_fn get;

PythonFunctionContainer out_type_list_restrict_eager_fallback_fn get;

PythonFunctionContainer OutTypeList_fn get;

PythonFunctionContainer OutTypeListRestrict_fn get;

PythonFunctionContainer polymorphic_default_out_eager_fallback_fn get;

PythonFunctionContainer polymorphic_eager_fallback_fn get;

PythonFunctionContainer Polymorphic_fn get;

PythonFunctionContainer polymorphic_out_eager_fallback_fn get;

PythonFunctionContainer PolymorphicDefaultOut_fn get;

PythonFunctionContainer PolymorphicOut_fn get;

PythonFunctionContainer ref_in_eager_fallback_fn get;

PythonFunctionContainer ref_input_float_input_eager_fallback_fn get;

PythonFunctionContainer ref_input_float_input_int_output_eager_fallback_fn get;

PythonFunctionContainer ref_input_int_input_eager_fallback_fn get;

PythonFunctionContainer ref_out_eager_fallback_fn get;

PythonFunctionContainer ref_output_eager_fallback_fn get;

PythonFunctionContainer ref_output_float_output_eager_fallback_fn get;

PythonFunctionContainer RefIn_fn get;

PythonFunctionContainer RefInputFloatInput_fn get;

PythonFunctionContainer RefInputFloatInputIntOutput_fn get;

PythonFunctionContainer RefInputIntInput_fn get;

PythonFunctionContainer RefOut_fn get;

PythonFunctionContainer RefOutput_fn get;

PythonFunctionContainer RefOutputFloatOutput_fn get;

PythonFunctionContainer requires_older_graph_version_eager_fallback_fn get;

PythonFunctionContainer RequiresOlderGraphVersion_fn get;

PythonFunctionContainer reserved_attr_eager_fallback_fn get;

PythonFunctionContainer reserved_input_eager_fallback_fn get;

PythonFunctionContainer ReservedAttr_fn get;

PythonFunctionContainer ReservedInput_fn get;

PythonFunctionContainer resource_create_op_eager_fallback_fn get;

PythonFunctionContainer resource_initialized_op_eager_fallback_fn get;

PythonFunctionContainer resource_using_op_eager_fallback_fn get;

PythonFunctionContainer ResourceCreateOp_fn get;

PythonFunctionContainer ResourceInitializedOp_fn get;

PythonFunctionContainer ResourceUsingOp_fn get;

PythonFunctionContainer restrict_eager_fallback_fn get;

PythonFunctionContainer Restrict_fn get;

PythonFunctionContainer simple_eager_fallback_fn get;

PythonFunctionContainer Simple_fn get;

PythonFunctionContainer simple_struct_eager_fallback_fn get;

PythonFunctionContainer SimpleStruct_fn get;

PythonFunctionContainer string_list_attr_eager_fallback_fn get;

PythonFunctionContainer StringListAttr_fn get;

PythonFunctionContainer stub_resource_handle_op_eager_fallback_fn get;

PythonFunctionContainer StubResourceHandleOp_fn get;

PythonFunctionContainer test_attr_eager_fallback_fn get;

PythonFunctionContainer test_string_output_eager_fallback_fn get;

PythonFunctionContainer TestAttr_fn get;

PythonFunctionContainer TestStringOutput_fn get;

PythonFunctionContainer two_float_inputs_eager_fallback_fn get;

PythonFunctionContainer two_float_inputs_float_output_eager_fallback_fn get;

PythonFunctionContainer two_float_inputs_int_output_eager_fallback_fn get;

PythonFunctionContainer two_float_outputs_eager_fallback_fn get;

PythonFunctionContainer two_int_inputs_eager_fallback_fn get;

PythonFunctionContainer two_int_outputs_eager_fallback_fn get;

PythonFunctionContainer two_refs_in_eager_fallback_fn get;

PythonFunctionContainer TwoFloatInputs_fn get;

PythonFunctionContainer TwoFloatInputsFloatOutput_fn get;

PythonFunctionContainer TwoFloatInputsIntOutput_fn get;

PythonFunctionContainer TwoFloatOutputs_fn get;

PythonFunctionContainer TwoIntInputs_fn get;

PythonFunctionContainer TwoIntOutputs_fn get;

PythonFunctionContainer TwoRefsIn_fn get;

PythonFunctionContainer type_list_eager_fallback_fn get;

PythonFunctionContainer type_list_restrict_eager_fallback_fn get;

PythonFunctionContainer type_list_twice_eager_fallback_fn get;

PythonFunctionContainer TypeList_fn get;

PythonFunctionContainer TypeListRestrict_fn get;

PythonFunctionContainer TypeListTwice_fn get;

PythonFunctionContainer unary_eager_fallback_fn get;

PythonFunctionContainer Unary_fn get;