/external/tensorflow/tensorflow/core/profiler/internal/ |
D | tfprof_tensor.h | 65 int64 int64_val; in AddValue() local 66 CHECK(strings::safe_strto64(sstream.str().c_str(), &int64_val)); in AddValue() 67 dim->add_value_int64(int64_val); in AddValue() 100 int64 int64_val; in BuildOutput() local 101 CHECK(strings::safe_strto64(sstream.str().c_str(), &int64_val)); in BuildOutput() 102 dim->add_value_int64(int64_val); in BuildOutput() 128 int64 int64_val; in BuildOutput() local 129 CHECK(strings::safe_strto64(sstream.str().c_str(), &int64_val)); in BuildOutput() 130 dim->add_value_int64(int64_val); in BuildOutput()
|
/external/webrtc/webrtc/base/ |
D | win32regkey_unittest.cc | 175 DWORD64 int64_val = 0; in RegKeyNonStaticFunctionsTest() local 233 EXPECT_SUCCEEDED(r_key.GetValue(kValNameInt64, &int64_val)); in RegKeyNonStaticFunctionsTest() 234 EXPECT_EQ(int64_val, kIntVal64); in RegKeyNonStaticFunctionsTest() 368 DWORD64 int64_val = 0; in RegKeyStaticFunctionsTest() local 411 EXPECT_SUCCEEDED(RegKey::GetValue(kFullRkey1, kValNameInt64, &int64_val)); in RegKeyStaticFunctionsTest() 412 EXPECT_EQ(int64_val, kIntVal64); in RegKeyStaticFunctionsTest() 586 int64_val = 0; in RegKeyStaticFunctionsTest() 589 &int64_val)); in RegKeyStaticFunctionsTest() 590 EXPECT_EQ(int64_val, kIntVal64); in RegKeyStaticFunctionsTest()
|
/external/tensorflow/tensorflow/core/grappler/optimizers/data/ |
D | noop_elimination.cc | 40 return count_node.attr().at("value").tensor().int64_val(0) < 0; in IsTakeAll() 45 return node.attr().at("value").tensor().int64_val(0) == value; in IsConstNodeWithValue()
|
D | map_and_batch_fusion_test.cc | 97 EXPECT_EQ(num_parallel_calls_node.attr().at("value").tensor().int64_val(0), in TEST() 183 EXPECT_EQ(num_parallel_calls_node.attr().at("value").tensor().int64_val(0), in TEST() 267 EXPECT_EQ(num_parallel_calls_node2.attr().at("value").tensor().int64_val(0), in TEST()
|
D | graph_utils_test.cc | 77 EXPECT_EQ(int64_node->attr().at("value").tensor().int64_val(0), 42); in TEST()
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_lexer.h | 114 return token_state_.int64_val; in GetInt64Val() 175 int64 int64_val; member
|
D | hlo_lexer.cc | 379 if (absl::SimpleAtoi(slice, &token_state_.int64_val)) { in LexNumberOrPattern()
|
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/ |
D | const_op.cc | 108 b, proto_.int64_val(0)), in Compile()
|
/external/tensorflow/tensorflow/core/framework/ |
D | tensor.proto | 64 repeated int64 int64_val = 10 [packed = true]; field
|
D | tensor.cc | 313 return reinterpret_cast<const int64*>(proto.int64_val().begin()); in Begin() 316 return proto.int64_val().size(); in NumElements()
|
/external/webrtc/talk/app/webrtc/ |
D | statstypes.h | 293 int64_t int64_val() const;
|
D | statstypes.cc | 356 int64_t StatsReport::Value::int64_val() const { in int64_val() function in webrtc::StatsReport::Value
|
/external/tensorflow/tensorflow/python/framework/ |
D | fast_tensor_util.pyx | 64 tensor_proto.int64_val.append(nparray[i])
|
D | tensor_util.py | 135 tensor_proto.int64_val.extend([x.item() for x in proto_values]) 629 values = np.fromiter(tensor.int64_val, dtype=dtype)
|
/external/tensorflow/tensorflow/core/util/ |
D | tensor_slice_writer_test.cc | 259 ss.data().int64_val().data()); in CheckEntries()
|
/external/tensorflow/tensorflow/lite/toco/ |
D | import_tensorflow.cc | 299 static int64 get(const TensorProto& p, int i) { return p.int64_val(i); } in get()
|
/external/tensorflow/tensorflow/c/ |
D | c_api_experimental.cc | 8283 DCHECK_EQ(node_def.attr().at("value").tensor().int64_val(0), -123); in CreateMNISTDatasetFunctions()
|