/aosp_15_r20/external/tensorflow/tensorflow/core/tpu/kernels/ |
H A D | sharding_util_ops_test.cc | 52 const std::vector<std::string>& output_tensor_names, in RunGraph() 136 std::vector<std::string>* output_tensor_names) { in CreateSplitTensorGraph() 163 std::vector<std::string>* output_tensor_names) { in CreateSplitResourceGraph() 218 std::vector<std::string> output_tensor_names; in TEST_P() local 236 std::vector<std::string> output_tensor_names; in TEST_P() local 254 std::vector<std::string> output_tensor_names; in TEST_P() local 272 std::vector<std::string> output_tensor_names; in TEST_P() local 289 std::vector<std::string> output_tensor_names; in TEST_P() local 307 std::vector<std::string> output_tensor_names; in TEST_P() local 324 std::vector<std::string> output_tensor_names; in TEST_P() local [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/python/client/ |
H A D | session_ref.cc | 122 const std::vector<string>& output_tensor_names, in RecordRun() 131 const std::vector<string>& output_tensor_names, in RecordRun() 412 const std::vector<string>& output_tensor_names, in Run() 421 const std::vector<string>& output_tensor_names, in Run()
|
/aosp_15_r20/external/tensorflow/tensorflow/core/distributed_runtime/rpc/ |
H A D | grpc_session.cc | 203 const std::vector<string>& output_tensor_names, in RunHelper() 289 const std::vector<string>& output_tensor_names, in Run() 298 const std::vector<string>& output_tensor_names, in Run()
|
/aosp_15_r20/external/tensorflow/tensorflow/cc/saved_model/ |
H A D | loader.cc | 176 const std::vector<string>& output_tensor_names, in RunOnce() 347 const std::vector<string>& output_tensor_names, in Run() 372 const std::vector<string>& output_tensor_names, in Run()
|
/aosp_15_r20/external/tensorflow/tensorflow/cc/client/ |
H A D | client_session.cc | 115 std::vector<string> output_tensor_names; in Run() local 141 std::vector<string> output_tensor_names; in Run() local
|
/aosp_15_r20/external/tensorflow/tensorflow/python/compiler/tensorrt/model_tests/ |
H A D | model_handler.py | 230 def output_tensor_names(self) -> Sequence[str]: member in _ModelHandlerBase 286 def output_tensor_names(self) -> Sequence[str]: member in ModelHandlerV1 347 def output_tensor_names(self): member in ModelHandlerV2
|
/aosp_15_r20/external/tensorflow/tensorflow/core/tfrt/graph_executor/ |
H A D | graph_executor.cc | 345 absl::Span<const std::string> output_tensor_names, in Run() 556 absl::Span<const std::string> output_tensor_names, in GetOrCreateLoadedClientGraph()
|
/aosp_15_r20/external/federated-compute/fcp/client/engine/ |
H A D | tflite_wrapper.h | 38 std::vector<std::string> output_tensor_names; member
|
H A D | tf_wrapper.cc | 148 const std::vector<std::string>& output_tensor_names, in Run()
|
H A D | simple_plan_engine.cc | 164 const std::vector<std::string>& output_tensor_names, in RunTensorFlowInternal()
|
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/ |
H A D | session.cc | 39 const std::vector<string>& output_tensor_names, in Run()
|
/aosp_15_r20/external/tensorflow/tensorflow/core/public/ |
H A D | session.h | 182 const std::vector<std::string>& output_tensor_names, in Run()
|
/aosp_15_r20/external/tflite-support/tensorflow_lite_support/codegen/ |
H A D | android_java_generator.cc | 183 std::vector<std::string> output_tensor_names = std::move(names.second); in CreateModelInfo() local
|
/aosp_15_r20/external/tensorflow/tensorflow/tools/benchmark/ |
H A D | benchmark_model.cc | 127 std::vector<string> output_tensor_names; in GetOutputShapes() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/tfrt/saved_model/ |
H A D | saved_model.cc | 877 absl::Span<const std::string> output_tensor_names, in RunByTensorNames()
|
/aosp_15_r20/external/tensorflow/tensorflow/core/tfrt/saved_model/tests/ |
H A D | saved_model_test.cc | 466 std::vector<std::string> output_tensor_names{"result22", "result1", in TEST_F() local
|
/aosp_15_r20/external/tensorflow/tensorflow/c/ |
H A D | c_api.cc | 414 const std::vector<string>& output_tensor_names, TF_Tensor** c_outputs, in TF_Run_Helper()
|