Home
last modified time | relevance | path

Searched refs:shapes_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.cc126 sparse_vec[0].shapes_output_tensor_name); in TEST_F()
135 sparse_vec[1].shapes_output_tensor_name); in TEST_F()
224 ASSERT_EQ("ParseExample/ParseExample:2", v.shapes_output_tensor_name); in TEST_F()
H A Dexample_parser_configuration.cc151 config.shapes_output_tensor_name = in ExtractExampleParserConfiguration()
194 v.shapes_output_tensor_name = var_len_config.shapes_output_tensor_name(); in ExampleParserConfigurationProtoToFeatureVectors()
H A Dexample_parser_configuration.proto21 string shapes_output_tensor_name = 4; field
/aosp_15_r20/external/tensorflow/tensorflow/python/util/
H A Dexample_parser_configuration.py127 var_len_feature.shapes_output_tensor_name = parse_example_op.outputs[
197 var_len_feature.shapes_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.h221 const std::string& shapes_output_tensor_name() const; in Swap()
226 void set_allocated_shapes_output_tensor_name(std::string* shapes_output_tensor_name); in Swap()
927 inline const std::string& VarLenFeatureProto::shapes_output_tensor_name() const { in shapes_output_tensor_name() function
958 …rLenFeatureProto::set_allocated_shapes_output_tensor_name(std::string* shapes_output_tensor_name) { in set_allocated_shapes_output_tensor_name() argument
959 …_impl_.shapes_output_tensor_name_.SetAllocated(shapes_output_tensor_name, GetArenaForAllocation()); in set_allocated_shapes_output_tensor_name()
/aosp_15_r20/external/tensorflow/tensorflow/core/util/
H A Dexample_proto_helper.h54 string shapes_output_tensor_name; member