Home
last modified time | relevance | path

Searched refs:def_value (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dexample_parsing_ops.cc94 const Tensor& def_value = dense_defaults[d]; in Compute() local
96 OP_REQUIRES(ctx, def_value.NumElements() == 1, in Compute()
105 def_value.shape().DebugString())); in Compute()
106 } else if (def_value.NumElements() > 0) { in Compute()
108 attrs_.dense_shapes[d].IsCompatibleWith(def_value.shape()), in Compute()
111 "].shape() == ", def_value.shape().DebugString(), in Compute()
115 OP_REQUIRES(ctx, def_value.dtype() == attrs_.dense_types[d], in Compute()
118 DataTypeString(def_value.dtype()), " != dense_types_[", d, in Compute()
195 const Tensor& def_value = dense_defaults[d]; in Compute() local
197 OP_REQUIRES(ctx, def_value.NumElements() == 1, in Compute()
[all …]
Ddecode_proto_op.cc199 DefaultValue def_value) in FieldInfo()
200 : output_index(user_index), default_value(def_value) { in FieldInfo()
/external/v8/src/compiler/
Dpersistent-map.h117 explicit PersistentMap(Zone* zone, Value def_value = Value())
118 : PersistentMap(nullptr, zone, def_value) {} in PersistentMap() argument
149 PersistentMap(const FocusedTree* tree, Zone* zone, Value def_value) in PersistentMap() argument
150 : tree_(tree), def_value_(def_value), zone_(zone) {} in PersistentMap()
264 } while (!((**this).second != def_value()));
291 const Value& def_value() { return def_value_; }
293 static iterator begin(const FocusedTree* tree, Value def_value) {
294 iterator i(def_value);
301 while (!i.is_end() && !((*i).second != def_value)) ++i;
305 static iterator end(Value def_value) { return iterator(def_value); }
[all …]
Descape-analysis.cc45 explicit SparseSidetable(Zone* zone, T def_value = T()) in SparseSidetable() argument
46 : def_value_(std::move(def_value)), map_(zone) {} in SparseSidetable()
/external/u-boot/drivers/video/
Dbacklight_gpio.c14 bool def_value; member
39 priv->def_value = dev_read_bool(dev, "default-on"); in gpio_backlight_ofdata_to_platdata()
48 if (priv->def_value) in gpio_backlight_probe()
/external/tensorflow/tensorflow/core/kernels/data/experimental/
Dparse_example_dataset_op.cc95 const Tensor& def_value = dense_defaults[d]; in MakeDataset() local
97 OP_REQUIRES(ctx, def_value.NumElements() == 1, in MakeDataset()
106 def_value.shape().DebugString())); in MakeDataset()
107 } else if (def_value.NumElements() > 0) { in MakeDataset()
108 OP_REQUIRES(ctx, dense_shapes_[d].IsCompatibleWith(def_value.shape()), in MakeDataset()
111 "].shape() == ", def_value.shape().DebugString(), in MakeDataset()
115 OP_REQUIRES(ctx, def_value.dtype() == dense_types_[d], in MakeDataset()
118 DataTypeString(def_value.dtype()), " != dense_types_[", d, in MakeDataset()
/external/pdfium/core/fpdfapi/render/
Dcpdf_dibsource.cpp436 float def_value; in GetDecodeAndMaskArray() local
439 m_pColorSpace->GetDefaultValue(i, &def_value, &def_min, &def_max); in GetDecodeAndMaskArray()
447 float def_value; in GetDecodeAndMaskArray() local
448 m_pColorSpace->GetDefaultValue(i, &def_value, &pCompData[i].m_DecodeMin, in GetDecodeAndMaskArray()
/external/libcups/cups/
Dcupspm.md438 const char *def_value =
445 if (def_value != NULL)
447 printf("Default finishings: %s\n", def_value);