Searched refs:variable_length (Results 1 – 9 of 9) sorted by relevance
/external/tensorflow/tensorflow/core/util/ |
D | example_proto_fast_parsing.h | 45 Tensor default_value, bool variable_length, in Dense() 52 variable_length(variable_length), in Dense() 63 bool variable_length; member
|
D | example_proto_helper.h | 157 std::vector<bool>* variable_length, 170 GetDenseShapes(dense_shapes, &variable_length, &elements_per_stride)); 197 std::vector<bool> variable_length; member 225 GetDenseShapes(dense_shapes, &variable_length, &elements_per_stride)); in Init() 234 std::vector<bool> variable_length; member
|
D | example_proto_fast_parsing_test.cc | 253 PartialTensorShape shape, bool variable_length, in AddDenseFeature() argument 262 new_feature.variable_length = variable_length; in AddDenseFeature()
|
D | example_proto_helper.cc | 634 std::vector<bool>* variable_length, in GetDenseShapes() argument 657 variable_length->push_back(true); in GetDenseShapes() 662 variable_length->push_back(false); in GetDenseShapes()
|
D | example_proto_fast_parsing.cc | 659 if (!config.dense[d].variable_length) { in FastParseSerializedExample() 867 if (config.dense[d].variable_length) continue; in FastParseSerializedExample() 903 if (!config.dense[d].variable_length) continue; in FastParseSerializedExample() 1161 if (config.dense[d].variable_length) continue; in FastParseExample() 1359 if (!config.dense[d].variable_length) return; in FastParseExample() 1481 if (!config.dense[d].variable_length) { in FastParseSingleExample() 1570 if (is_dense && !config.dense[d].variable_length) { in FastParseSingleExample() 1773 if (!config.dense[d].variable_length) { in FastParseSingleExample() 2545 if (!c.variable_length) { in ParseSequenceDenseFeatures()
|
/external/tensorflow/tensorflow/python/distribute/v1/ |
D | cross_device_ops_test.py | 641 variable_length, argument 658 vl_values[idx] if variable_length else values[idx], 659 vl_indices[idx] if variable_length else indices[idx], dense_shape, 673 variable_length, argument 693 variable_length) 716 devices_cpu, 0, variable_length, as_per_replica=False) 744 variable_length=[True, False])) 745 def testReduceIndexedSlicesDistributed(self, required_gpus, variable_length): argument 752 variable_length=variable_length) 778 variable_length=[True, False], [all …]
|
/external/tensorflow/tensorflow/lite/kernels/parse_example/ |
D | parse_example.cc | 179 if (!config.dense[d].variable_length) { in FastParseSerializedExample() 337 if (config.dense[d].variable_length) continue; in FastParseSerializedExample() 372 if (!config.dense[d].variable_length) continue; in FastParseSerializedExample() 539 if (!config.dense[d].variable_length) { in FastParseExampleLite() 591 if (config.dense[d].variable_length) { in FastParseExampleLite()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | example_parsing_ops.cc | 176 if (attrs_.variable_length[d]) { in CheckInputShapes() 218 attrs_.variable_length[d], in MakeConfig() 323 if (attrs_.variable_length[d]) { in Compute() 357 attrs_.variable_length[d], in Compute()
|
/external/vulkan-validation-layers/tests/ |
D | vklayertests_descriptor_renderpass_framebuffer.cpp | 1132 bool variable_length; in TEST_F() member 1288 …pipeline_ci.layout = test.variable_length ? pipeline_layout_variable.handle() : pipeline_layout.ha… in TEST_F() 1307 … test.variable_length ? pipeline_layout_variable.handle() : pipeline_layout.handle(), 0, 1, in TEST_F() 1308 test.variable_length ? &ds_variable.set_ : &ds.set_, 0, nullptr); in TEST_F()
|