Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/util/
Dexample_proto_helper.h184 variable_length.push_back(true); in Init()
189 variable_length.push_back(false); in Init()
202 std::vector<bool> variable_length; variable
250 variable_length.push_back(true); in Init()
255 variable_length.push_back(false); in Init()
268 std::vector<bool> variable_length; variable
Dexample_proto_fast_parsing_test.cc253 PartialTensorShape shape, bool variable_length, in AddDenseFeature() argument
262 new_feature.variable_length = variable_length; in AddDenseFeature()
Dexample_proto_fast_parsing.h51 bool variable_length; member
Dexample_proto_fast_parsing.cc612 if (!config.dense[d].variable_length) { in FastParseSerializedExample()
815 if (config.dense[d].variable_length) continue; in FastParseSerializedExample()
851 if (!config.dense[d].variable_length) continue; in FastParseSerializedExample()
1000 if (config.dense[d].variable_length) continue; in FastParseExample()
1160 if (!config.dense[d].variable_length) return; in FastParseExample()
1270 if (!config.dense[d].variable_length) { in FastParseSingleExample()
1347 if (is_dense && !config.dense[d].variable_length) { in FastParseSingleExample()
1541 if (!config.dense[d].variable_length) { in FastParseSingleExample()
2247 if (!c.variable_length) { in FastParseSequenceExample()
/external/tensorflow/tensorflow/core/kernels/
Dexample_parsing_ops.cc95 if (attrs_.variable_length[d]) { in Compute()
128 attrs_.variable_length[d], in Compute()
196 if (attrs_.variable_length[d]) { in Compute()
230 attrs_.variable_length[d], in Compute()
/external/ImageMagick/coders/
Dtiff.c147 variable_length; member
847 if (exif_info[i].variable_length == 0) in TIFFGetEXIFProperties()