Home
last modified time | relevance | path

Searched refs:indices_output_tensor_name (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/example/
H A Dexample_parser_configuration_test.cc122 sparse_vec[0].indices_output_tensor_name); in TEST_F()
131 sparse_vec[1].indices_output_tensor_name); in TEST_F()
222 ASSERT_EQ("ParseExample/ParseExample:0", v.indices_output_tensor_name); in TEST_F()
H A Dexample_parser_configuration.cc143 config.indices_output_tensor_name = in ExtractExampleParserConfiguration()
192 v.indices_output_tensor_name = in ExampleParserConfigurationProtoToFeatureVectors()
193 var_len_config.indices_output_tensor_name(); in ExampleParserConfigurationProtoToFeatureVectors()
H A Dexample_parser_configuration.proto20 string indices_output_tensor_name = 3; field
/aosp_15_r20/external/tensorflow/tensorflow/python/util/
H A Dexample_parser_configuration.py123 var_len_feature.indices_output_tensor_name = parse_example_op.outputs[
193 var_len_feature.indices_output_tensor_name = parse_example_op.outputs[
/aosp_15_r20/out/soong/.intermediates/external/tensorflow/tensorflow_core_proto_cpp_lite/android_arm64_armv8-2a_cortex-a55_static_apex33/gen/proto/tensorflow/core/example/
Dexample_parser_configuration.pb.h207 const std::string& indices_output_tensor_name() const; in Swap()
212 void set_allocated_indices_output_tensor_name(std::string* indices_output_tensor_name); in Swap()
882 inline const std::string& VarLenFeatureProto::indices_output_tensor_name() const { in indices_output_tensor_name() function
913 …enFeatureProto::set_allocated_indices_output_tensor_name(std::string* indices_output_tensor_name) { in set_allocated_indices_output_tensor_name() argument
914 …_impl_.indices_output_tensor_name_.SetAllocated(indices_output_tensor_name, GetArenaForAllocation(… in set_allocated_indices_output_tensor_name()
/aosp_15_r20/external/tensorflow/tensorflow/core/util/
H A Dexample_proto_helper.h53 string indices_output_tensor_name; member