| /external/tensorflow/tensorflow/core/kernels/ | 
| D | save_op.cc | 56     static const char* input_names[3] = {"basename", "shard", "num_shards"};  in Compute()  local79     static const char* input_names[2] = {"basename", "num_shards"};  in Compute()  local
 
 | 
| /external/tensorflow/tensorflow/compiler/tf2tensorrt/ | 
| D | trt_convert_api.cc | 65                    const std::vector<std::string>& input_names,  in RunGrappler()156                 const std::vector<std::string>& input_names,  in RunTfTrt()
 194 Status RunSession(Session* session, const std::vector<std::string>& input_names,  in RunSession()
 227              const std::vector<std::string>& input_names,  in Build()
 390     const GraphDef& frozen_graph_def, const std::vector<string>& input_names,  in ConvertAndBuild()
 499   std::vector<std::string> input_names = GetNodeNames(signature.inputs());  in ConvertAndBuild()  local
 
 | 
| /external/tflite-support/tensorflow_lite_support/codegen/ | 
| D | code_generator.cc | 74   std::vector<std::string> input_names;  in NameInputsAndOutputs()  local149   auto& input_names = *inputs;  in ResolveConflictedInputAndOutputNames()  local
 
 | 
| /external/tensorflow/tensorflow/tools/graph_transforms/ | 
| D | fold_constants_lib.cc | 121   std::unordered_set<string> input_names;  in RewriteInputsAsPlaceholders()  local152   std::unordered_set<TensorId, TensorId::Hasher> input_names;  in RemoveUnusedNodes()  local
 242   std::vector<TensorId> input_names;  in FoldConstants()  local
 
 | 
| D | transform_utils.h | 223   std::vector<string> input_names;  member
 | 
| /external/tensorflow/tensorflow/compiler/mlir/tfrt/saved_model/ | 
| D | saved_model.h | 50   llvm::ArrayRef<llvm::StringRef> input_names;  member
 | 
| D | saved_model.cc | 81     llvm::SmallVector<llvm::StringRef, 4> input_names;  in MapFunctionSignaturesFromTFSavedModelMLIR()  local
 | 
| /external/tensorflow/tensorflow/lite/ | 
| D | signature_runner.h | 100   const std::vector<const char*>& input_names() { return input_names_; }  in input_names()  function
 | 
| D | signature_runner_test.cc | 52   const std::vector<const char*>& input_names = add_runner->input_names();  in TEST()  local
 | 
| /external/armnn/python/pyarmnn/examples/image_classification/ | 
| D | tflite_mobilenetv1_quantized.py | 36     input_names = parser.GetSubgraphInputTensorNames(graph_id)  variable
 | 
| /external/tensorflow/tensorflow/core/tfrt/saved_model/ | 
| D | saved_model_testutil.cc | 95                             const std::vector<std::string>& input_names,  in ComputeCurrentTFResult()138                             const std::vector<std::string>& input_names,  in ComputeCurrentTFResult()
 
 | 
| D | saved_model.h | 71   std::vector<std::string> input_names;  member
 | 
| /external/tensorflow/tensorflow/core/debug/ | 
| D | debugger_state_impl.cc | 43     const int64_t executor_step_index, const std::vector<string>& input_names,  in PublishDebugMetadata()
 | 
| /external/tensorflow/tensorflow/lite/c/ | 
| D | c_api_signature_runner_test.cc | 54   std::vector<const char*> input_names;  in TEST()  local
 | 
| /external/tensorflow/tensorflow/python/ | 
| D | pywrap_mlir.py | 26                     input_names=None,  argument
 | 
| D | mlir_wrapper.cc | 55            const std::string &output_names) {  in PYBIND11_MODULE()
 | 
| /external/tensorflow/tensorflow/core/common_runtime/ | 
| D | session.cc | 46 Status Session::PRunSetup(const std::vector<string>& input_names,  in PRunSetup()
 | 
| D | graph_runner.cc | 132   std::vector<string> input_names;  in Run()  local
 | 
| /external/tensorflow/tensorflow/python/ops/ | 
| D | control_flow_util_v2.py | 146 def resource_input_index(tensor_name, input_names, node_defs, functions):  argument
 | 
| /external/tensorflow/tensorflow/compiler/mlir/lite/python/ | 
| D | saved_model_to_tfl_flatbuffer.cc | 82   auto input_names = input_attr.cast<mlir::StringAttr>().getValue();  in HandleInputOutputArraysWithModule()  local
 | 
| D | jax_to_tfl_flatbuffer.cc | 177   std::vector<std::string> input_names;  in ConvertJaxToTFLiteFlatBuffer()  local
 | 
| /external/tensorflow/tensorflow/dtensor/mlir/ | 
| D | handle_sparsetensors.cc | 90   llvm::SmallVector<llvm::StringRef, 2> input_names;  in UpdateFunctionInputAttributes()  local
 | 
| /external/tensorflow/tensorflow/compiler/mlir/quantization/tensorflow/passes/ | 
| D | insert_main_function.cc | 115   std::vector<std::string> input_names, output_names;  in CreateMainFunction()  local
 | 
| /external/tensorflow/tensorflow/core/protobuf/ | 
| D | debug_event.proto | 182   repeated string input_names = 6;  field
 | 
| /external/tensorflow/tensorflow/core/kernels/data/ | 
| D | tensor_slice_dataset_op_test.cc | 107   std::vector<string> input_names;  in TEST_P()  local
 |