HomeSort by relevance Sort by last modified time
    Searched refs:DT_STRING (Results 101 - 125 of 136) sorted by null

1 2 3 45 6

  /external/tensorflow/tensorflow/core/kernels/
debug_ops_test.cc 169 TF_ASSERT_OK(Init(DT_STRING));
172 Tensor expected(allocator(), DT_STRING, TensorShape({6}));
save_op_test.cc 52 DT_STRING, DT_COMPLEX64, DT_COMPLEX128, DT_HALF}))
327 EXPECT_EQ(DT_STRING, type);
serialize_sparse_op.cc 87 *result = Tensor(DT_STRING, TensorShape({3}));
245 *result = Tensor(DT_STRING, TensorShape({n, 3}));
functional_ops.cc 66 case DT_STRING:
scatter_op_test.cc 58 Tensor expected(allocator(), DT_STRING, TensorShape({1}));
queue_ops.cc 456 context->allocate_persistent(DT_STRING, TensorShape({2}),
restore_v2_op_test.cc 107 Tensor input_0(DT_STRING, TensorShape({}));
word2vec_kernels.cc 210 Tensor word(DT_STRING, TensorShape({vocab_size_}));
stack_ops.cc 206 OP_REQUIRES_OK(ctx, ctx->allocate_temp(tensorflow::DT_STRING,
tensor_array_ops.cc 113 tensorflow::DT_STRING, tensorflow::TensorShape({2}),
125 } else if (ctx->expected_output_dtype(0) == DT_STRING) {
    [all...]
  /external/tensorflow/tensorflow/contrib/cloud/python/ops/
bigquery_reader_ops_test.py 174 queue = data_flow_ops.FIFOQueue(8, [types_pb2.DT_STRING], shapes=())
  /external/tensorflow/tensorflow/core/util/
example_proto_fast_parsing_test.cc 370 config.sparse.push_back({"test", DT_STRING});
tensor_slice_reader.cc 263 READER_COPY(DT_STRING);
  /external/tensorflow/tensorflow/core/grappler/clusters/
single_machine_test.cc 502 ops::FIFOQueue queue(s.WithOpName("queue"), {DataType::DT_STRING});
507 {DataType::DT_STRING});
  /external/tensorflow/tensorflow/contrib/lite/toco/
import_tensorflow.cc 57 using tensorflow::DT_STRING;
141 else if (dtype == DT_STRING)
276 CHECK_EQ(input_tensor.dtype(), DT_STRING);
346 case DT_STRING:
    [all...]
  /external/tensorflow/tensorflow/tools/benchmark/
benchmark_model.cc 119 case DT_STRING: {
  /external/tensorflow/tensorflow/core/distributed_runtime/rpc/
grpc_session_test.cc 426 Tensor a_tensor(DT_STRING, TensorShape({2, 2}));
449 ASSERT_EQ(outputs[0].dtype(), DT_STRING);
    [all...]
  /external/tensorflow/tensorflow/core/framework/
op_kernel_test.cc 215 NodeDef ndef = CreateNodeDef("Test3", {DT_STRING, DT_STRING});
    [all...]
common_shape_fns_test.cc     [all...]
op_compatibility_test.cc 516 .Input(FakeInput(DT_STRING))
519 EXPECT_EQ("add_n_same_as_existing = AddNSameAsExisting[N=0, T=DT_STRING](a)",
    [all...]
  /external/tensorflow/tensorflow/core/ops/
array_ops_test.cc     [all...]
  /external/tensorflow/tensorflow/core/common_runtime/
direct_session_test.cc 659 Tensor value2(DT_STRING, TensorShape({}));
679 Tensor string_handle(DT_STRING, {});
    [all...]
  /external/tensorflow/tensorflow/c/
c_api_test.cc 213 Tensor src(tensorflow::DT_STRING, TensorShape(dims));
278 EXPECT_EQ(TF_STRING, static_cast<TF_DataType>(tensorflow::DT_STRING));
295 tensorflow::DataTypeSize(tensorflow::DT_STRING));
    [all...]
  /external/tensorflow/tensorflow/cc/framework/
cc_op_gen.cc 184 case DT_STRING: {
    [all...]
  /external/tensorflow/tensorflow/core/debug/
debug_io_utils.cc 188 if (tensor.dtype() == DT_STRING) {
189 // Treat DT_STRING specially, so that tensor_util.MakeNdarray in Python can
    [all...]

Completed in 1629 milliseconds

1 2 3 45 6