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

  /external/tensorflow/tensorflow/compiler/tf2xla/kernels/
const_op.cc 57 b->Broadcast(b->ConstantR0<bool>(proto_.bool_val(0)),
  /external/tensorflow/tensorflow/core/debug/
debug_graph_utils.cc 31 Status ParseBoolString(const string& bool_str, bool* bool_val) {
35 *bool_val = false;
38 *bool_val = true;
  /external/tensorflow/tensorflow/python/framework/
fast_tensor_util.pyx 115 tensor_proto.bool_val.append(np.asscalar(nparray[i]))
tensor_util.py 148 tensor_proto.bool_val.extend([np.asscalar(x) for x in proto_values])
635 if len(tensor.bool_val) == 1:
636 return np.repeat(np.array(tensor.bool_val[0], dtype=dtype),
639 return np.fromiter(tensor.bool_val, dtype=dtype).reshape(shape)
    [all...]
  /external/selinux/checkpolicy/
policy_parse.y 336 expandattribute_def : EXPANDATTRIBUTE names bool_val ';'
356 bool_def : BOOL identifier bool_val ';'
359 tunable_def : TUNABLE identifier bool_val ';'
362 bool_val : CTRUE label
    [all...]
  /external/webrtc/talk/app/webrtc/
statstypes.h 297 bool bool_val() const;
statstypes.cc 376 bool StatsReport::Value::bool_val() const { function in class:webrtc::StatsReport::Value
  /system/bt/bta/hf_client/
bta_hf_client_int.h 128 bool bool_val; member in struct:__anon1356
  /external/flatbuffers/tests/
JavaScriptTest.js 270 var bool_val = true;
299 case 0: builder.addFieldInt8(f, bool_val, 0); break;
334 case 0: assert.strictEqual(!!view.getInt8(field_offset), bool_val); break;
phpTest.php 200 $bool_val = true; variable
236 $builder->addBoolX($f, $bool_val, 0);
288 $assert->strictEqual(!!$view->getBool($field_offset), $bool_val);
test.cpp 857 const uint8_t bool_val = true; local
    [all...]
  /external/tensorflow/tensorflow/core/grappler/optimizers/
constant_folding_test.cc 541 EXPECT_EQ(true && true, node.attr().at("value").tensor().bool_val(0));
    [all...]

Completed in 900 milliseconds