Searched refs:shapes_output_tensor_name (Results 1 – 6 of 6) sorted by relevance
126 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()
151 config.shapes_output_tensor_name = in ExtractExampleParserConfiguration()194 v.shapes_output_tensor_name = var_len_config.shapes_output_tensor_name(); in ExampleParserConfigurationProtoToFeatureVectors()
21 string shapes_output_tensor_name = 4; field
127 var_len_feature.shapes_output_tensor_name = parse_example_op.outputs[197 var_len_feature.shapes_output_tensor_name = parse_example_op.outputs[
221 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() function958 …rLenFeatureProto::set_allocated_shapes_output_tensor_name(std::string* shapes_output_tensor_name) { in set_allocated_shapes_output_tensor_name() argument959 …_impl_.shapes_output_tensor_name_.SetAllocated(shapes_output_tensor_name, GetArenaForAllocation()); in set_allocated_shapes_output_tensor_name()
54 string shapes_output_tensor_name; member