Searched refs:indices_output_tensor_name (Results 1 – 6 of 6) sorted by relevance
122 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()
143 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()
20 string indices_output_tensor_name = 3; field
123 var_len_feature.indices_output_tensor_name = parse_example_op.outputs[193 var_len_feature.indices_output_tensor_name = parse_example_op.outputs[
207 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() function913 …enFeatureProto::set_allocated_indices_output_tensor_name(std::string* indices_output_tensor_name) { in set_allocated_indices_output_tensor_name() argument914 …_impl_.indices_output_tensor_name_.SetAllocated(indices_output_tensor_name, GetArenaForAllocation(… in set_allocated_indices_output_tensor_name()
53 string indices_output_tensor_name; member