Home
last modified time | relevance | path

Searched refs:int64_val (Results 1 – 17 of 17) sorted by relevance

/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_tensor.h65 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/
Dwin32regkey_unittest.cc175 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/
Dnoop_elimination.cc40 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()
Dmap_and_batch_fusion_test.cc97 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()
Dgraph_utils_test.cc77 EXPECT_EQ(int64_node->attr().at("value").tensor().int64_val(0), 42); in TEST()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_lexer.h114 return token_state_.int64_val; in GetInt64Val()
175 int64 int64_val; member
Dhlo_lexer.cc379 if (absl::SimpleAtoi(slice, &token_state_.int64_val)) { in LexNumberOrPattern()
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dconst_op.cc108 b, proto_.int64_val(0)), in Compile()
/external/tensorflow/tensorflow/core/framework/
Dtensor.proto64 repeated int64 int64_val = 10 [packed = true]; field
Dtensor.cc313 return reinterpret_cast<const int64*>(proto.int64_val().begin()); in Begin()
316 return proto.int64_val().size(); in NumElements()
/external/webrtc/talk/app/webrtc/
Dstatstypes.h293 int64_t int64_val() const;
Dstatstypes.cc356 int64_t StatsReport::Value::int64_val() const { in int64_val() function in webrtc::StatsReport::Value
/external/tensorflow/tensorflow/python/framework/
Dfast_tensor_util.pyx64 tensor_proto.int64_val.append(nparray[i])
Dtensor_util.py135 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/
Dtensor_slice_writer_test.cc259 ss.data().int64_val().data()); in CheckEntries()
/external/tensorflow/tensorflow/lite/toco/
Dimport_tensorflow.cc299 static int64 get(const TensorProto& p, int i) { return p.int64_val(i); } in get()
/external/tensorflow/tensorflow/c/
Dc_api_experimental.cc8283 DCHECK_EQ(node_def.attr().at("value").tensor().int64_val(0), -123); in CreateMNISTDatasetFunctions()