Home
last modified time | relevance | path

Searched defs:input_specs (Results 1 – 18 of 18) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tfrt/benchmarks/
H A Dbenchmark_mlir_function.cc51 llvm::ArrayRef<InputTensorSpec> input_specs) { in GetInputTensors()
82 llvm::ArrayRef<InputTensorSpec> input_specs, in RunJitRtBenchmark()
171 ArrayRef<InputTensorSpec> input_specs) { in RunTfrtBenchmark()
195 llvm::ArrayRef<InputTensorSpec> input_specs) { in RunEigenBenchmark()
/aosp_15_r20/external/tensorflow/tensorflow/python/framework/
H A Dpython_api_parameter_converter_test.py63 input_specs, argument
439 def testConvert(self, param_names, input_specs, attr_specs, inputs, outputs, argument
468 input_specs, argument
H A Dpython_api_info_test.py49 input_specs, argument
243 def testInitializeFromParamSpecs(self, api_name, param_names, input_specs, argument
H A Dpython_api_info_wrapper.cc39 const std::map<std::string, std::string>& input_specs, in InitializeFromParamSpecs()
H A Dpython_api_info.cc208 const std::map<std::string, std::string>& input_specs, in InitializeFromParamSpecs()
/aosp_15_r20/external/pytorch/torch/csrc/jit/mobile/nnc/
H A Dcontext.h147 const std::vector<InputSpec>& input_specs() const { in input_specs() function
151 void set_input_specs(const std::vector<InputSpec>& input_specs) { in set_input_specs()
H A Dcontext.cpp171 std::vector<c10::IValue> input_specs; in serialize() local
/aosp_15_r20/external/tensorflow/tensorflow/distribute/experimental/rpc/kernels/
H A Drpc_ops.cc163 StructuredValue input_specs; member
184 const StructuredValue& input_specs, in Register()
324 const StructuredValue& input_specs, in Register()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tfrt/saved_model/
H A Dsaved_model.h53 input_specs; member
H A Dsaved_model.cc84 input_specs; in MapFunctionSignaturesFromTFSavedModelMLIR() local
/aosp_15_r20/external/tensorflow/tensorflow/distribute/experimental/rpc/proto/
H A Dtf_rpc_service.proto21 StructuredValue input_specs = 2; field
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/quantization/
H A Ddevice_target.cc110 llvm::SmallVector<Type, 4> input_specs, out_specs; in DecomposeMultiplyAccumulateScale() local
H A Dquantization_context.cc128 llvm::SmallVector<Attribute, 4> input_specs; in Finalize() local
/aosp_15_r20/external/tensorflow/tensorflow/core/tfrt/saved_model/
H A Dsaved_model.h72 std::vector<TensorSpec> input_specs; member
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/python/
H A Dpmap_lib.cc173 std::vector<InputSpec> input_specs; member
478 std::vector<InputSpec>& input_specs = cache_entry.input_specs; in Call() local
/aosp_15_r20/external/tensorflow/tensorflow/python/distribute/experimental/rpc/
H A Drpc_ops.py367 def _add_method(self, method_name, output_specs, input_specs, client_handle, argument
/aosp_15_r20/external/pytorch/torch/distributed/tensor/
H A D_op_schema.py83 input_specs: Optional[Sequence[DTensorSpec]] = None variable in PlacementStrategy
/aosp_15_r20/external/tensorflow/tensorflow/c/experimental/saved_model/core/
H A Dsaved_model_utils.cc159 std::vector<const TensorSpecProto*> input_specs; in ValidateSavedFunctionCompatibleWithFunctionDef() local