Home
last modified time | relevance | path

Searched defs:input_name (Results 1 – 25 of 103) sorted by relevance

12345

/aosp_15_r20/external/tensorflow/tensorflow/lite/java/src/main/native/
H A Dnativesignaturerunner_jni.cc41 int GetInputTensorIndex(const char* input_name) { in GetInputTensorIndex()
60 int GetInputIndex(const char* input_name) { in GetInputIndex()
168 JNIEnv* env, jclass clazz, jlong handle, jstring input_name) { in Java_org_tensorflow_lite_NativeSignatureRunnerWrapper_nativeGetInputIndex()
205 jstring input_name, jintArray dims) { in Java_org_tensorflow_lite_NativeSignatureRunnerWrapper_nativeResizeInput()
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dlookup_util.cc267 Status GetTableHandle(StringPiece input_name, OpKernelContext* ctx, in GetTableHandle()
289 Status GetResourceLookupTable(StringPiece input_name, OpKernelContext* ctx, in GetResourceLookupTable()
297 Status GetReferenceLookupTable(StringPiece input_name, OpKernelContext* ctx, in GetReferenceLookupTable()
306 Status GetLookupTable(StringPiece input_name, OpKernelContext* ctx, in GetLookupTable()
317 Status GetInitializableLookupTable(StringPiece input_name, OpKernelContext* ctx, in GetInitializableLookupTable()
/aosp_15_r20/external/tensorflow/tensorflow/tools/graph_transforms/
H A Dtransform_utils.cc84 void NodeNamePartsFromInput(const string& input_name, string* prefix, in NodeNamePartsFromInput()
101 string NodeNameFromInput(const string& input_name) { in NodeNameFromInput()
109 string CanonicalInputName(const string& input_name) { in CanonicalInputName()
142 void AddNodeInput(const string& input_name, NodeDef* node) { in AddNodeInput()
218 const string& input_name = node_def.input(i); in SortByExecutionOrder() local
409 for (const string& input_name : matched_node.input()) { in ReplaceMatchingOpTypes() local
493 for (const string& input_name : node.input()) { in RenameNodeInputs() local
H A Dinline_partitionedcall.cc46 std::string NormalizeNodeDefInput(const std::string& input_name) { in NormalizeNodeDefInput()
116 [prefix, input_argument_map](const std::string& input_name) { in InlinePartitionedCall()
137 [remap_input](const std::string& input_name) { in InlinePartitionedCall()
/aosp_15_r20/external/tensorflow/tensorflow/lite/
H A Dsignature_runner.cc34 TfLiteTensor* SignatureRunner::input_tensor(const char* input_name) { in input_tensor()
54 const char* input_name, const std::vector<int>& new_size) { in ResizeInputTensor()
64 const char* input_name, const std::vector<int>& new_size) { in ResizeInputTensorStrict()
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/
H A Dscoped_allocator_optimizer.cc268 for (const auto& input_name : n->input()) { in GetInputs() local
319 for (const auto& input_name : op->input()) { in GetDataInputs() local
427 for (const auto& input_name : n->input()) { in ClearInternalControlInputs() local
611 string input_name = ParseNodeName(old_op_input, &position); in BuildSAConcatNode() local
653 const auto& input_name = ctl_input.second; in BuildSAConcatNode() local
1068 for (const auto& input_name : node->input()) { in IdentifyRepeatedInputs() local
H A Dmemory_optimizer.cc112 for (const string& input_name : node.input()) { in FindCandidateRecomputeNodes() local
1091 string input_name = in IdentifySwappingCandidates() local
1236 string input_name = strings::StrCat(node->name(), ":", input_id); in SwappingPass() local
/aosp_15_r20/external/tensorflow/tensorflow/python/framework/
H A Dop_def_library_pybind.cc325 const py::object& dtype, const std::string& input_name) { in AssertSatisfiesAllowedListAttrTypeConstraint()
418 py::object GetInputTensor(std::string& input_name, const py::dict& keywords, in GetInputTensor()
437 const std::string& op_type_name, const std::string& input_name, in GetInputType()
488 std::string input_name = input_arg.name(); in ExtractInputsAndAttrs() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/toco/graph_transformations/
H A Dpropagate_fixed_sizes.cc642 const std::string& input_name = op->inputs[0]; in ProcessReorderAxesOperator() local
657 for (const auto& input_name : op->inputs) { in ProcessConcatenationOperator() local
665 for (const auto& input_name : op->inputs) { in ProcessConcatenationOperator() local
677 for (const auto& input_name : op->inputs) { in ProcessConcatenationOperator() local
760 const std::string& input_name = op->inputs[1]; in ProcessTensorFlowSplitOperator() local
895 const std::string& input_name = op->inputs[0]; in ProcessAveragePoolOperator() local
912 const std::string& input_name = op->inputs[0]; in ProcessMaxPoolOperator() local
929 const std::string& input_name = op->inputs[0]; in ProcessL2PoolOperator() local
H A Dresolve_constant_concatenation.cc151 for (const std::string& input_name : concat_op->inputs) { in Run() local
174 for (const std::string& input_name : concat_op->inputs) { in Run() local
H A Dreorder_elementwise_unary.cc106 const std::string input_name = move_op->inputs[0]; in Run() local
H A Dmake_initial_dequantize_operator.cc34 bool AddDequantizeOperatorToInput(const std::string& input_name, in AddDequantizeOperatorToInput()
/aosp_15_r20/external/tensorflow/tensorflow/lite/toco/
H A Dimport_tensorflow.cc847 const auto& input_name = node.input(0); in ConvertConvOperator() local
930 const auto& input_name = node.input(0); in ConvertDepthwiseConvOperator() local
1047 const auto& input_name = node.input(0); in ConvertBiasAddOperator() local
1092 const auto& input_name = node.input(0); in ConvertIdentityOperator() local
1105 const auto& input_name = node.input(i); in ConvertIdentityNOperator() local
1238 const auto& input_name = node.input(0); in ConvertSoftmaxOperator() local
1258 const auto& input_name = node.input(0); in ConvertLRNOperator() local
1275 const auto& input_name = node.input(0); in ConvertMaxPoolOperator() local
1318 const auto& input_name = node.input(0); in ConvertAvgPoolOperator() local
2521 const auto& input_name = node.input(0); in ConvertLeakyReluOperator() local
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dgraph_to_functiondef.cc121 const string& input_name = UniquifyHelper(Normalize(name)); in GetInputName() local
127 const string& input_name = UniquifyHelper(Normalize(name)); in GetOutputName() local
427 const string& input_name = node_names.GetInputName(node->name()); in GraphToFunctionDef() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/toco/tflite/
H A Dimport.cc154 const std::string& input_name = tensors_table.at(input_index); in ImportOperators() local
180 const std::string& input_name = tensors_table.at(input); in ImportIOTensors() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/c/
H A Dc_api_experimental.cc155 TfLiteSignatureRunner* signature_runner, const char* input_name, in TfLiteSignatureRunnerResizeInputTensor()
167 TfLiteSignatureRunner* signature_runner, const char* input_name) { in TfLiteSignatureRunnerGetInputTensor()
/aosp_15_r20/external/curl/tests/libtest/
H A Dstub_gssapi.c307 gss_name_t *input_name) in gss_release_name()
363 gss_const_name_t input_name, in gss_display_name()
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/data/
H A Dsplit_utils_test.cc79 string input_name = absl::StrCat("input_", i); in RunFunction() local
115 string input_name = absl::StrCat("input_", i); in RunSplitFunctions() local
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/costs/
H A Dutils.cc93 const string input_name = node.input(i); in ExtractExtraProperties() local
169 for (const auto& input_name : node.input()) { in FindInputFeatures() local
/aosp_15_r20/external/cronet/net/http/
H A Dmock_gssapi_library_posix.cc289 gss_name_t* input_name) { in release_name()
316 const gss_name_t input_name, in display_name()
/aosp_15_r20/external/tensorflow/tensorflow/python/autograph/operators/
H A Dpy_builtins.py497 def _verify_spec_compatible(input_name, spec_name, input_, spec): argument
533 def _verify_structure_compatible(input_name, spec_name, input_, spec): argument
/aosp_15_r20/external/cronet/net/tools/gssapi/
H A Dgss_import_name.cc20 gss_name_t* input_name) { in gss_release_name()
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/onnx/
H A Dunpack_quantized_weights.cpp32 std::string input_name = input_node->kind().toQualString(); in getScaleFromInput() local
567 std::string input_name = g_input->debugName(); in UnpackQuantizedTensorInputs() local
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dgraph_constructor.cc671 StringPiece input_name = node_def.input(i); in BuildNodeIndex() local
710 StringPiece input_name(node_def.input(i)); in InitFromEdges() local
726 StringPiece input_name = node_def.input(i); in InitFromEdges() local
/aosp_15_r20/external/tensorflow/tensorflow/core/tpu/graph_rewrite/
H A Dcond_builder.cc73 Status CondBuilder::AddInput(const string& input_name, const DataType& type, in AddInput()

12345