HomeSort by relevance Sort by last modified time
    Searched refs:value_type_ (Results 1 - 3 of 3) sorted by null

  /external/tensorflow/tensorflow/core/lib/monitoring/
metric_def.h 83 ValueType value_type() const { return value_type_; }
101 value_type_(value_type),
108 const ValueType value_type_; member in class:tensorflow::monitoring::AbstractMetricDef
  /external/libxkbcommon/xkbcommon/src/xkbcomp/
ast-build.c 87 #define EXPR_CREATE(type_, name_, op_, value_type_) \
88 ExprDef *name_ = ExprCreate(op_, value_type_, sizeof(type_)); \
  /external/v8/src/compiler/
simplified-operator.cc 418 Type value_type() const { return value_type_; }
422 Type value_type_; member in class:v8::internal::compiler::__anon48371::final
428 : fast_map_(fast_map), value_type_(value_type) {}
    [all...]

Completed in 171 milliseconds