HomeSort by relevance Sort by last modified time
    Searched full:type_value (Results 1 - 25 of 25) sorted by null

  /external/tensorflow/tensorflow/python/framework/
dtypes.py 651 def as_dtype(type_value):
652 """Converts the given `type_value` to a `DType`.
655 type_value: A value that can be converted to a `tf.DType`
662 A `DType` corresponding to `type_value`.
665 TypeError: If `type_value` cannot be converted to a `DType`.
667 if isinstance(type_value, DType):
668 return type_value
671 return _INTERN_TABLE[type_value]
676 return _STRING_TO_TF[type_value]
680 if isinstance(type_value, np.dtype)
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
token.rb 599 type_value = Constants::MIN_TOKEN_TYPE + i
600 register_name( type_value, name )
605 def register_name( type_value, name )
607 if token_names.has_key?( type_value )
608 current_name = token_names[ type_value ]
611 if current_name == "T__#{ type_value }"
613 token_names[ type_value ] = name
614 elsif name == "T__#{ type_value }"
619 "attempted assignment of token type #{ type_value }" <<
625 token_names[ type_value ] = name.to_s.freez
    [all...]
  /external/skia/src/core/
SkTraceEvent.h 235 TraceValueUnion type_value; \
236 type_value.union_member = arg; \
238 *value = type_value.as_uint; \
  /external/skqp/src/core/
SkTraceEvent.h 235 TraceValueUnion type_value; \
236 type_value.union_member = arg; \
238 *value = type_value.as_uint; \
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/
text_handler.cpp 353 auto type_value = value_types_.find(value); local
354 if (type_value == value_types_.end()) {
357 return getTypeOfTypeGeneratingValue(std::get<1>(*type_value));
  /system/bt/btif/src/
btif_sock_sdp.cc 280 uint8_t* type_value[OBEX_PUSH_NUM_FORMATS]; local
303 type_value[j] = (uint8_t*)(&bta_ops_obj_fmt[i]);
311 desc_type, type_len, type_value))
btif_sdp_server.cc 625 uint8_t* type_value[rec->supported_formats_list_len]; local
673 type_value[j] = (uint8_t*)&rec->supported_formats_list[i];
681 type_len, type_value);
  /external/libchrome/base/trace_event/
trace_event.h 602 TraceValueUnion type_value; \
603 type_value.union_member = arg_expression; \
605 *value = type_value.as_uint; \
645 TraceValueUnion type_value; local
646 type_value.as_string = arg.c_str();
648 *value = type_value.as_uint;
    [all...]
  /external/webrtc/webrtc/base/
trace_event.h 806 TraceValueUnion type_value; local
    [all...]
  /external/vixl/src/aarch32/
disasm-aarch32.h     [all...]
disasm-aarch32.cc 91 DataTypeValue Dt_L_imm6_1_Decode(uint32_t value, uint32_t type_value) {
93 switch (type_value) {
100 switch (type_value) {
107 switch (type_value) {
114 switch (type_value) {
124 DataTypeValue Dt_L_imm6_2_Decode(uint32_t value, uint32_t type_value) {
126 if (type_value == 0x1) return S8;
128 if (type_value == 0x1) return S16;
130 if (type_value == 0x1) return S32;
132 if (type_value == 0x1) return S64
    [all...]
  /external/v8/src/tracing/
trace-event.h 443 TraceValueUnion type_value; \
444 type_value.union_member = arg; \
446 *value = type_value.as_uint; \
  /tools/dexter/slicer/export/slicer/
dex_ir.h 141 Type* type_value; member in union:ir::EncodedValue::__anon5148
  /prebuilts/tools/common/m2/repository/com/googlecode/json-simple/json-simple/1.1/
json-simple-1.1.jar 
  /external/mesa3d/src/compiler/nir/
nir.h 64 type_field, type_value) \
68 assert(parent && parent->type_field == type_value); \
    [all...]
  /tools/dexter/slicer/
reader.cc 515 ir_encoded_value->u.type_value = GetType(index);
writer.cc 139 WriteIntValue<dex::u4>(type, ir_value->u.type_value->index, data);
    [all...]
  /external/tensorflow/tensorflow/tools/api/golden/
tensorflow.pbtxt 625 argspec: "args=[\'type_value\'], varargs=None, keywords=None, defaults=None"
    [all...]
  /prebuilts/misc/common/robolectric/3.1.1/lib/
xstream-1.4.8.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
xstream-1.4.8.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
xstream-1.4.8.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
xstream-1.4.8.jar 
  /prebuilts/tools/common/m2/repository/com/thoughtworks/xstream/xstream/1.4.7/
xstream-1.4.7.jar 
  /prebuilts/tools/common/m2/repository/com/thoughtworks/xstream/xstream/1.4.8/
xstream-1.4.8.jar 
  /prebuilts/tools/common/m2/repository/org/bitbucket/b_c/jose4j/0.5.0/
jose4j-0.5.0.jar 

Completed in 7160 milliseconds