Home
last modified time | relevance | path

Searched defs:InputSpec (Results 1 – 25 of 27) sorted by relevance

12

/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/ops/
H A Dunary_ops.cc126 static constexpr std::array<InputArgSpec, 1> InputSpec() { in InputSpec() function in tensorflow::tensorrt::convert::ConvertUnaryImpl
146 static constexpr std::array<InputArgSpec, 1> InputSpec() { in InputSpec() function in tensorflow::tensorrt::convert::ConvertUnary
166 static constexpr std::array<InputArgSpec, 1> InputSpec() { in InputSpec() function in tensorflow::tensorrt::convert::ConvertBooleanUnary
193 static constexpr std::array<InputArgSpec, 1> InputSpec() { in InputSpec() function in tensorflow::tensorrt::convert::ConvertActivation
H A Dquantization_ops.cc117 static constexpr std::array<InputArgSpec, 3> InputSpec() { in InputSpec() function
232 static constexpr std::array<InputArgSpec, 4> InputSpec() { in InputSpec() function
261 static constexpr std::array<InputArgSpec, 3> InputSpec() { in InputSpec() function
287 static constexpr std::array<InputArgSpec, 1> InputSpec() { in InputSpec() function
367 static constexpr auto InputSpec() { return QDQOpSpec<TFOpType>::InputSpec(); } in InputSpec() function in tensorflow::tensorrt::convert::ConvertQDQ
H A Dbinary_ops.cc144 static constexpr std::array<InputArgSpec, 2> InputSpec() { in InputSpec() function in tensorflow::tensorrt::convert::__anon4e53edec0111::ConvertBinaryImpl
168 static constexpr std::array<InputArgSpec, 2> InputSpec() { in InputSpec() function in tensorflow::tensorrt::convert::__anon4e53edec0111::ConvertBinary
201 static constexpr std::array<InputArgSpec, 2> InputSpec() { in InputSpec() function in tensorflow::tensorrt::convert::__anon4e53edec0111::ConvertBooleanBinary
H A Dfill_ops.cc53 static constexpr std::array<InputArgSpec, 2> InputSpec() { in InputSpec() function in tensorflow::tensorrt::convert::ConvertFill
120 static constexpr std::array<InputArgSpec, 3> InputSpec() { in InputSpec() function in tensorflow::tensorrt::convert::ConvertRange
H A Dvariable_ops.cc151 static constexpr std::array<InputArgSpec, 0> InputSpec() { return {}; } in InputSpec() function in tensorflow::tensorrt::convert::ConvertVariableV2
253 static constexpr std::array<InputArgSpec, 1> InputSpec() { in InputSpec() function in tensorflow::tensorrt::convert::ConvertReadVariableOp
H A Dlog_softmax.cc35 static constexpr std::array<InputArgSpec, 1> InputSpec() { in InputSpec() function in tensorflow::tensorrt::convert::ConvertLogSoftmax
H A Dlike_ops.cc38 static constexpr std::array<InputArgSpec, 1> InputSpec() { in InputSpec() function in tensorflow::tensorrt::convert::ConvertLikeOps
H A Ddata_format_vec_permute.cc48 static constexpr std::array<InputArgSpec, 1> InputSpec() { in InputSpec() function in tensorflow::tensorrt::convert::ConvertDataFormatVecPermute
H A Dtile.cc35 static constexpr std::array<InputArgSpec, 2> InputSpec() { in InputSpec() function in tensorflow::tensorrt::convert::ConvertTile
H A Deinsum.cc674 static constexpr std::array<InputArgSpec, 2> InputSpec() { in InputSpec() function in tensorflow::tensorrt::convert::__anonc98924470111::ConvertEinsum
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/python/
H A Dpmap_lib.cc57 struct InputSpec { struct
58 InputSpec(ShardingSpec sharding_spec, py::object indices) in InputSpec() argument
60 ShardingSpec sharding_spec;
61 py::object indices;
/aosp_15_r20/external/pytorch/torch/csrc/jit/mobile/nnc/
H A Dcontext.h18 struct TORCH_API InputSpec { struct
30 std::vector<int64_t> sizes_;
H A Dcontext.cpp29 InputSpec::InputSpec(const c10::IValue& value) { in InputSpec() function in torch::jit::mobile::nnc::InputSpec
/aosp_15_r20/external/pigweed/pw_sensor/py/pw_sensor/
H A Dconstants_generator.py652 class InputSpec: class
670 spec: InputSpec,
/aosp_15_r20/external/tensorflow/tensorflow/python/layers/
H A Dbase.py18 InputSpec = base.InputSpec variable
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
H A Dop_converter_test.cc47 static constexpr std::array<InputArgSpec, 2> InputSpec() { in InputSpec() function in tensorflow::tensorrt::convert::ExampleOpConverter
/aosp_15_r20/external/tensorflow/tensorflow/python/keras/engine/
H A Dinput_spec.py30 class InputSpec(object): class
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
H A DTFLiteUtils.cpp152 auto &InputSpec = InputSpecs[I]; in TFModelEvaluatorImpl() local
/aosp_15_r20/external/executorch/exir/
H A Dlowered_backend_module.py847 input_specs_to_delete: Dict[str, InputSpec], argument
/aosp_15_r20/external/tensorflow/tensorflow/python/keras/legacy_tf_layers/
H A Dbase.py38 InputSpec = base_layer.InputSpec # pylint: disable=invalid-name variable
/aosp_15_r20/external/pytorch/torch/_export/serde/
H A Dschema.py265 class InputSpec(_Union): class
H A Dserialize.py945 def serialize_input_spec(self, spec: ep.InputSpec) -> InputSpec:
1738 def deserialize_input_spec(self, i: InputSpec) -> ep.InputSpec:
/aosp_15_r20/external/executorch/exir/serde/
H A Dschema.py272 class InputSpec(_Union): class
H A Dexport_serialize.py915 def serialize_input_spec(self, spec: ep.InputSpec) -> InputSpec:
1715 def deserialize_input_spec(self, i: InputSpec) -> ep.InputSpec:
/aosp_15_r20/external/pytorch/torch/export/
H A Dgraph_signature.py74 class InputSpec: class

12