/external/tensorflow/tensorflow/python/kernel_tests/ |
D | parse_single_example_op_test.py | 116 if isinstance(f, parsing_ops.FixedLenFeature) and f.shape is not None: 153 parsing_ops.FixedLenFeature( 156 parsing_ops.FixedLenFeature( 159 parsing_ops.FixedLenFeature( 169 parsing_ops.FixedLenFeature( 172 parsing_ops.FixedLenFeature( 178 parsing_ops.FixedLenFeature( 212 "a": parsing_ops.FixedLenFeature((1, 3), dtypes.float32) 229 "a": parsing_ops.FixedLenFeature(None, dtypes.float32) 441 parsing_ops.FixedLenFeature((1, 2, 1), dtype=dtypes.float32), [all …]
|
D | parsing_ops_test.py | 115 if isinstance(f, parsing_ops.FixedLenFeature) and f.shape is not None: 154 parsing_ops.FixedLenFeature( 157 parsing_ops.FixedLenFeature( 160 parsing_ops.FixedLenFeature( 170 parsing_ops.FixedLenFeature( 173 parsing_ops.FixedLenFeature( 179 parsing_ops.FixedLenFeature((2,), dtype=dtypes.float32), 223 "a": parsing_ops.FixedLenFeature((1, 3), dtypes.float32) 243 "a": parsing_ops.FixedLenFeature(None, dtypes.float32) 462 parsing_ops.FixedLenFeature((1, 2, 1), dtype=dtypes.float32), [all …]
|
/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/ |
D | parse_example_dataset_test.py | 105 if isinstance(f, parsing_ops.FixedLenFeature) and f.shape is not None: 139 parsing_ops.FixedLenFeature( 142 parsing_ops.FixedLenFeature( 145 parsing_ops.FixedLenFeature( 157 parsing_ops.FixedLenFeature( 160 parsing_ops.FixedLenFeature( 166 parsing_ops.FixedLenFeature( 199 {"a": parsing_ops.FixedLenFeature((1, 3), dtypes.float32)}, 210 {"a": parsing_ops.FixedLenFeature(None, dtypes.float32)}, 404 parsing_ops.FixedLenFeature((1, 2, 1), dtype=dtypes.float32), [all …]
|
D | make_batched_features_dataset_test.py | 90 "file": parsing_ops.FixedLenFeature([], dtypes.int64), 91 "record": parsing_ops.FixedLenFeature([], dtypes.int64), 223 "file": parsing_ops.FixedLenFeature([], dtypes.int64), 224 "record": parsing_ops.FixedLenFeature([], dtypes.int64), 226 "label": parsing_ops.FixedLenFeature([], dtypes.string),
|
/external/tensorflow/tensorflow/contrib/labeled_tensor/python/ops/ |
D | io_ops.py | 31 class FixedLenFeature(object): class 61 @tc.returns(tc.Dict(string_types, parsing_ops.FixedLenFeature)) 62 @tc.accepts(tc.Mapping(string_types, FixedLenFeature)) 74 unlabeled_features[name] = parsing_ops.FixedLenFeature( 80 @tc.accepts(core.LabeledTensorLike, tc.Mapping(string_types, FixedLenFeature), 118 @tc.accepts(core.LabeledTensorLike, tc.Mapping(string_types, FixedLenFeature),
|
D | io_ops_test.py | 58 'a': io_ops.FixedLenFeature([], dtypes.int64), 59 'b': io_ops.FixedLenFeature([('x', 3)], dtypes.int64) 90 features = {'a': io_ops.FixedLenFeature([('x', None)], dtypes.int64)}
|
/external/tensorflow/tensorflow/core/example/ |
D | example_parser_configuration_test.cc | 69 std::vector<FixedLenFeature> dense_vec; in TEST_F() 79 std::vector<FixedLenFeature> dense_vec; in TEST_F() 94 std::vector<FixedLenFeature> dense_vec; in TEST_F() 109 std::vector<FixedLenFeature> dense_vec; in TEST_F() 200 std::vector<FixedLenFeature> fixed_len_features; in TEST_F() 207 const FixedLenFeature& f = fixed_len_features[0]; in TEST_F()
|
D | example_parser_configuration.h | 43 std::vector<FixedLenFeature>* fixed_len_features, 51 std::vector<FixedLenFeature>* fixed_len_features,
|
D | example_parser_configuration.cc | 47 std::vector<FixedLenFeature>* fixed_len_features, in ExtractExampleParserConfiguration() 121 FixedLenFeature& config = (*fixed_len_features)[i]; in ExtractExampleParserConfiguration() 164 std::vector<FixedLenFeature>* fixed_len_features, in ExampleParserConfigurationProtoToFeatureVectors() 172 FixedLenFeature f; in ExampleParserConfigurationProtoToFeatureVectors()
|
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.io.-fixed-len-feature.pbtxt | 1 path: "tensorflow.io.FixedLenFeature" 3 is_instance: "<class \'tensorflow.python.ops.parsing_ops.FixedLenFeature\'>" 4 is_instance: "<class \'tensorflow.python.ops.parsing_ops.FixedLenFeature\'>"
|
D | tensorflow.-fixed-len-feature.pbtxt | 1 path: "tensorflow.FixedLenFeature" 3 is_instance: "<class \'tensorflow.python.ops.parsing_ops.FixedLenFeature\'>" 4 is_instance: "<class \'tensorflow.python.ops.parsing_ops.FixedLenFeature\'>"
|
/external/tensorflow/tensorflow/tools/api/golden/v2/ |
D | tensorflow.io.-fixed-len-feature.pbtxt | 1 path: "tensorflow.io.FixedLenFeature" 3 is_instance: "<class \'tensorflow.python.ops.parsing_ops.FixedLenFeature\'>" 4 is_instance: "<class \'tensorflow.python.ops.parsing_ops.FixedLenFeature\'>"
|
/external/tensorflow/tensorflow/core/util/ |
D | example_proto_helper_test.cc | 39 FixedLenFeature int64_dense_config; in SetUp() 47 FixedLenFeature float_dense_config; in SetUp() 55 FixedLenFeature string_dense_config; in SetUp() 80 std::vector<FixedLenFeature> dense_vec_; 103 std::vector<FixedLenFeature> empty_dense_vec; in TEST_F() 129 std::vector<FixedLenFeature> empty_dense_vec; in TEST_F()
|
D | example_proto_helper.h | 39 struct FixedLenFeature { struct 78 const std::vector<FixedLenFeature>& fixed_len_features, 112 const std::vector<FixedLenFeature>& fixed_len_features,
|
/external/tensorflow/tensorflow/contrib/eager/python/examples/revnet/ |
D | imagenet_input.py | 111 'image/encoded': tf.FixedLenFeature((), tf.string, ''), 112 'image/format': tf.FixedLenFeature((), tf.string, 'jpeg'), 113 'image/class/label': tf.FixedLenFeature([], tf.int64, -1), 114 'image/class/text': tf.FixedLenFeature([], tf.string, ''),
|
D | cifar_input.py | 72 "image": tf.FixedLenFeature([], tf.string), 73 "label": tf.FixedLenFeature([], tf.int64),
|
/external/tensorflow/tensorflow/contrib/slim/python/slim/data/ |
D | tfexample_decoder_test.py | 122 parsing_ops.FixedLenFeature( 125 parsing_ops.FixedLenFeature( 272 parsing_ops.FixedLenFeature( 302 'array': parsing_ops.FixedLenFeature(np_array.shape, dtypes.float32) 325 'array': parsing_ops.FixedLenFeature(np_array.shape, dtypes.int64) 373 parsing_ops.FixedLenFeature(np_array.shape, dtype=dtypes.int64), 633 parsing_ops.FixedLenFeature( 665 parsing_ops.FixedLenFeature( 719 parsing_ops.FixedLenFeature( 722 parsing_ops.FixedLenFeature( [all …]
|
D | dataset_data_provider_test.py | 53 parsing_ops.FixedLenFeature( 56 parsing_ops.FixedLenFeature( 59 parsing_ops.FixedLenFeature(
|
D | README.md | 80 `tf.FixedLenFeature` or `tf.VarLenFeature`. Consequently, to decode a 88 the a map of `TFExample` keys to either `tf.FixedLenFeature` or 101 'image/encoded': tf.FixedLenFeature((), tf.string, default_value=''), 102 'image/format': tf.FixedLenFeature((), tf.string, default_value='raw'), 103 'image/class/label': tf.FixedLenFeature(
|
/external/tensorflow/tensorflow/contrib/timeseries/python/timeseries/ |
D | input_pipeline_test.py | 136 TrainEvalFeatures.TIMES: parsing_ops.FixedLenFeature( 138 TrainEvalFeatures.VALUES: parsing_ops.FixedLenFeature( 225 TrainEvalFeatures.TIMES: parsing_ops.FixedLenFeature( 227 TrainEvalFeatures.VALUES: parsing_ops.FixedLenFeature( 304 TrainEvalFeatures.TIMES: parsing_ops.FixedLenFeature( 306 TrainEvalFeatures.VALUES: parsing_ops.FixedLenFeature(
|
/external/tensorflow/tensorflow/python/ops/ |
D | parsing_ops.py | 135 class FixedLenFeature(collections.namedtuple( class 150 return super(FixedLenFeature, cls).__new__( 262 elif isinstance(feature, FixedLenFeature): 263 if FixedLenFeature not in types: 803 [VarLenFeature, SparseFeature, FixedLenFeature, FixedLenSequenceFeature]) 1067 [VarLenFeature, FixedLenFeature, FixedLenSequenceFeature, SparseFeature]) 1259 context_features, [VarLenFeature, FixedLenFeature]) 1593 context_features, [VarLenFeature, FixedLenFeature]) 2000 [VarLenFeature, SparseFeature, FixedLenFeature, FixedLenSequenceFeature])
|
/external/tensorflow/tensorflow/examples/how_tos/reading_data/ |
D | fully_connected_reader.py | 53 'image_raw': tf.FixedLenFeature([], tf.string), 54 'label': tf.FixedLenFeature([], tf.int64),
|
/external/tensorflow/tensorflow/contrib/labeled_tensor/ |
D | __init__.py | 136 FixedLenFeature = _io_ops.FixedLenFeature variable
|
/external/tensorflow/tensorflow/contrib/layers/python/layers/ |
D | feature_column_test.py | 753 "rvc": parsing_ops.FixedLenFeature([1], dtype=dtypes.float32) 758 "rvc": parsing_ops.FixedLenFeature([1], dtype=dtypes.int32) 902 parsing_ops.FixedLenFeature([1], dtype=dtypes.float32), 904 parsing_ops.FixedLenFeature([5], dtype=dtypes.float32), 906 parsing_ops.FixedLenFeature([1], dtype=dtypes.float32), 908 parsing_ops.FixedLenFeature([4], dtype=dtypes.float32), 979 parsing_ops.FixedLenFeature( 982 parsing_ops.FixedLenFeature( 987 parsing_ops.FixedLenFeature( 990 parsing_ops.FixedLenFeature(
|
/external/tensorflow/tensorflow/python/data/experimental/benchmarks/ |
D | map_vectorization_benchmark.py | 85 "dense_int": parsing_ops.FixedLenFeature((), dtypes.int64, 0), 86 "dense_str": parsing_ops.FixedLenFeature((), dtypes.string, ""),
|