Searched refs:DT_INT64 (Results 101 - 125 of 144) sorted by relevance

123456

/external/tensorflow/tensorflow/tools/graph_transforms/
H A Dsparsify_gather.cc308 } else if (axis_t.dtype() == DT_INT64) {
357 DataType key_dtype = DT_INT64;
H A Dstrip_unused_nodes_test.cc264 EXPECT_EQ(DT_INT64, node_lookup["a_node"]->attr().at("dtype").type());
/external/tensorflow/tensorflow/contrib/summary/
H A Dsummary_ops_test.py48 types_pb2.DT_INT64: np.int64,
/external/tensorflow/tensorflow/contrib/tensorboard/db/
H A Dsummary_db_writer_test.cc33 Tensor t(DT_INT64, TensorShape({}));
/external/tensorflow/tensorflow/core/kernels/
H A Dscatter_op_test.cc96 MakeOp(DT_FLOAT_REF, DT_INT64);
H A Dunique_op.cc69 axis_tensor.dtype() == DT_INT64),
H A Dwhere_op.cc141 context, context->allocate_temp(DT_INT64, TensorShape({}), &num_true));
H A Dexample_parsing_ops_test.cc65 DataType dtype = DT_INT64;
H A Drestore_v2_op_test.cc312 MakeRestoreOp(DT_INT64);
H A Drandom_op.cc277 shape_t.dtype() == DataType::DT_INT64),
286 } else if (shape_t.dtype() == DataType::DT_INT64) {
/external/tensorflow/tensorflow/core/util/
H A Dstrided_slice_op.cc239 } else if (strides_tensor.dtype() == DT_INT64) {
H A Dtensor_slice_reader.cc262 READER_COPY(DT_INT64);
/external/tensorflow/tensorflow/core/common_runtime/
H A Dshape_refiner.cc501 } else if (node->output_type(0) == DT_INT64) {
538 } else if (node->output_type(0) == DT_INT64) {
739 } else if (scalar.dtype() == DT_INT64) {
H A Dshape_refiner_test.cc470 DT_INT64);
473 auto attrs = ops::Shape::OutType(DT_INT64);
590 DT_INT64);
593 auto attrs = ops::Size::OutType(DT_INT64);
/external/tensorflow/tensorflow/core/grappler/optimizers/
H A Dmodel_pruner_test.cc201 Output a = ops::Variable(s.WithOpName("a"), {}, DT_INT64);
/external/tensorflow/tensorflow/core/kernels/data/
H A Dpadded_batch_dataset_op.cc153 Tensor t(DT_INT64, TensorShape({padded_shapes_[i].dims()}));
/external/tensorflow/tensorflow/core/ops/
H A Dmath_grad.cc79 {{"two"}, "Cast", {"c"}, {{"SrcT", DT_INT64}, {"DstT", "$T"}}},
H A Dmath_ops_test.cc247 handle_data[2]->at(1).second = DT_INT64;
/external/tensorflow/tensorflow/python/lib/core/
H A Dpy_func.cc132 *tf = DT_INT64;
/external/tensorflow/tensorflow/compiler/tests/
H A Drandomized_tests.cc466 case DT_INT64: {
516 case DT_INT64: {
734 case DT_INT64:
862 case DT_INT64:
1274 // auto type = Choose<DataType>({DT_INT32, DT_INT64});
1288 // auto type = Choose<DataType>({DT_INT32, DT_INT64});
2035 auto type = Choose<DataType>({DT_INT32, DT_INT64});
2411 // TODO(b/31741996): re-enable DT_INT64 when bug is fixed.
2412 // DataType tpaddings = Choose<DataType>({DT_INT32, DT_INT64});
2463 if (type == DT_INT64) retur
[all...]
/external/tensorflow/tensorflow/contrib/mpi_collectives/kernels/
H A Dmpi_ops.cc480 } else if (dtype == DT_INT64) {
499 } else if (dtype == DT_INT64) {
/external/tensorflow/tensorflow/core/grappler/clusters/
H A Dsingle_machine_test.cc389 const DataType key_dtype = DT_INT64;
390 const DataType data_dtype = DT_INT64;
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
H A Dtensor_array_ops.cc463 Tensor lengths(DT_INT64, {ta_dims[0]});
/external/tensorflow/tensorflow/contrib/nccl/kernels/
H A Dnccl_manager.cc85 case DT_INT64:
/external/tensorflow/tensorflow/core/grappler/
H A Dgrappler_item_builder.cc60 } else if (type == DT_INT64) {

Completed in 8327 milliseconds

123456