/external/tensorflow/tensorflow/core/profiler/internal/ |
D | tfprof_tensor.h | 65 int64 int64_val = 0; in AddValue() local 66 CHECK(absl::SimpleAtoi(sstream.str(), &int64_val)); // Crash OK in AddValue() 67 dim->add_value_int64(int64_val); in AddValue() 98 int64 int64_val = 0; in BuildOutput() local 99 CHECK(absl::SimpleAtoi(sstream.str(), &int64_val)); // Crash OK in BuildOutput() 100 dim->add_value_int64(int64_val); in BuildOutput() 125 int64 int64_val = 0; in BuildOutput() local 126 CHECK(absl::SimpleAtoi(sstream.str(), &int64_val)); // Crash OK in BuildOutput() 127 dim->add_value_int64(int64_val); in BuildOutput()
|
/external/tensorflow/tensorflow/core/data/service/testdata/ |
D | map_graph_def.pbtxt | 17 int64_val: 0 38 int64_val: 10 59 int64_val: 1
|
/external/tensorflow/tensorflow/core/grappler/optimizers/data/ |
D | disable_intra_op_parallelism_test.cc | 73 EXPECT_EQ(parallelism_val->attr().at("value").tensor().int64_val(0), value); in TEST_P() 84 EXPECT_EQ(new_parallelism_val.attr().at("value").tensor().int64_val(0), in TEST_P() 150 EXPECT_EQ(parallelism_val.attr().at("value").tensor().int64_val(0), 1); in TEST_P() 198 EXPECT_EQ(parallelism_val.attr().at("value").tensor().int64_val(0), 1); in TEST()
|
D | noop_elimination.cc | 43 return count_node.attr().at("value").tensor().int64_val(0) < 0; in IsTakeAll() 48 return node.attr().at("value").tensor().int64_val(0) == value; in IsConstNodeWithValue()
|
D | autotune_buffer_sizes_test.cc | 116 EXPECT_EQ(buffer_size_val.attr().at("value").tensor().int64_val(0), -1); in TEST_P() 234 EXPECT_EQ(new_buffer_size_val2.attr().at("value").tensor().int64_val(0), -1); in TEST_P() 250 EXPECT_EQ(new_buffer_size_val1.attr().at("value").tensor().int64_val(0), -1); in TEST_P()
|
D | map_and_batch_fusion_test.cc | 96 EXPECT_EQ(num_parallel_calls_node.attr().at("value").tensor().int64_val(0), in TEST() 181 EXPECT_EQ(num_parallel_calls_node.attr().at("value").tensor().int64_val(0), in TEST() 264 EXPECT_EQ(num_parallel_calls_node2.attr().at("value").tensor().int64_val(0), in TEST() 349 EXPECT_EQ(num_parallel_calls_node2.attr().at("value").tensor().int64_val(0), in TEST()
|
D | autotune_buffer_sizes.cc | 76 buffer_size_node->attr().at("value").tensor().int64_val(0); in OptimizeAndCollectStats()
|
D | batch_parallelization_test.cc | 150 EXPECT_EQ(parallelism_val.attr().at("value").tensor().int64_val(0), -1); in TEST()
|
D | graph_utils_test.cc | 77 EXPECT_EQ(int64_node->attr().at("value").tensor().int64_val(0), 42); in TEST()
|
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/ |
D | json_decode.c | 679 val.int64_val = dbl; /* must be guarded, overflow here is UB */ in jsondec_int() 680 if (val.int64_val != dbl) { in jsondec_int() 682 val.int64_val); in jsondec_int() 688 val.int64_val = jsondec_strtoint64(d, str); in jsondec_int() 696 if (val.int64_val > INT32_MAX || val.int64_val < INT32_MIN) { in jsondec_int() 699 val.int32_val = (int32_t)val.int64_val; in jsondec_int() 1054 seconds.int64_val = jsondec_unixtime(year, mon, day, hour, min, sec); in jsondec_timestamp() 1074 seconds.int64_val += (neg ? ofs : -ofs); in jsondec_timestamp() 1084 if (seconds.int64_val < -62135596800) { in jsondec_timestamp() 1105 ptr = jsondec_buftoint64(d, ptr, end, &seconds.int64_val); in jsondec_duration() [all …]
|
D | json_encode.c | 112 int64_t seconds = upb_msg_get(msg, seconds_f).int64_val; in jsonenc_timestamp() 153 int64_t seconds = upb_msg_get(msg, seconds_f).int64_val; in jsonenc_duration() 545 jsonenc_printf(e, "\"%" PRId64 "\"", val.int64_val); in jsonenc_scalar() 579 jsonenc_printf(e, "%" PRId64, val.int64_val); in jsonenc_mapkey()
|
D | reflection.h | 16 int64_t int64_val; member
|
D | reflection.c | 124 val.int64_val = upb_fielddef_defaultint64(f); in upb_msg_get()
|
D | text_encode.c | 146 txtenc_printf(e, "%" PRId64, val.int64_val); in txtenc_field()
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_lexer.h | 116 return token_state_.int64_val; in GetInt64Val() 175 int64 int64_val; member
|
D | hlo_lexer.cc | 373 if (absl::SimpleAtoi(slice, &token_state_.int64_val)) { in LexNumberOrPattern() 378 token_state_.int64_val = absl::bit_cast<int64>(uint64_val); in LexNumberOrPattern()
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir/ |
D | parse_example.pbtxt | 93 int64_val: -1
|
D | tf-data-pipeline.pbtxt | 119 int64_val: 5
|
/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 | 66 repeated int64 int64_val = 10 [packed = true]; field
|
/external/tensorflow/tensorflow/python/framework/ |
D | fast_tensor_util.pyx | 64 tensor_proto.int64_val.append(nparray[i])
|
D | tensor_util.py | 136 tensor_proto.int64_val.extend([x.item() for x in proto_values]) 630 values = np.fromiter(tensor.int64_val, dtype=dtype)
|
/external/webrtc/api/ |
D | stats_types.h | 328 int64_t int64_val() const;
|
/external/tensorflow/tensorflow/core/util/ |
D | tensor_slice_writer_test.cc | 259 ss.data().int64_val().data()); in CheckEntries()
|
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/bindings/lua/ |
D | msg.c | 246 ret.int64_val = lupb_checkint64(L, narg); in lupb_tomsgval() 301 lupb_pushint64(L, val.int64_val); in lupb_pushmsgval()
|