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

12 3 4 5 6

  /external/tensorflow/tensorflow/core/kernels/
summary_tensor_op.cc 44 if (tensor.dtype() == DT_STRING) {
86 if (tensor.dtype() == DT_STRING) {
unique_op_test.cc 107 tensor_proto.set_dtype(DT_STRING);
126 Tensor input(DT_STRING, TensorShape({dim}));
132 .Attr("T", DT_STRING)
control_flow_ops_test.cc 73 Initialize(DT_STRING);
77 Tensor expected(allocator(), DT_STRING, TensorShape({6}));
record_input_op.cc 57 Tensor out(DT_STRING, {batch_size_});
generate_vocab_remapping_op.cc 120 DT_STRING, TensorShape({num_new_vocab_}), &default_token));
137 DT_STRING, TensorShape({num_new_vocab_}), &tokens));
parse_tensor_op.cc 77 if (tensor.dtype() == DT_STRING) {
example_parsing_ops_test.cc 51 DataType dtype = DT_STRING;
109 Tensor record_string(DT_STRING, TensorShape({batch_size}));
149 Tensor names(DT_STRING, TensorShape({batch_size}));
158 Tensor key(DT_STRING, TensorShape());
200 Tensor serialized(DT_STRING, TensorShape());
  /external/tensorflow/tensorflow/python/saved_model/
signature_def_utils_impl.py 84 if input_tensor_info.dtype != types_pb2.DT_STRING:
128 if input_tensor_info.dtype != types_pb2.DT_STRING:
135 if classes_tensor_info.dtype != types_pb2.DT_STRING:
218 types_pb2.DT_STRING):
240 types_pb2.DT_STRING):
253 != types_pb2.DT_STRING):
signature_def_utils_test.py 105 self.assertEqual(types_pb2.DT_STRING, x_tensor_info_actual.dtype)
131 self.assertEqual(types_pb2.DT_STRING, x_tensor_info_actual.dtype)
139 self.assertEqual(types_pb2.DT_STRING, classes_tensor_info_actual.dtype)
165 self.assertEqual(types_pb2.DT_STRING, input1_tensor_info_actual.dtype)
169 self.assertEqual(types_pb2.DT_STRING, input2_tensor_info_actual.dtype)
176 self.assertEqual(types_pb2.DT_STRING, output1_tensor_info_actual.dtype)
180 self.assertEqual(types_pb2.DT_STRING, output2_tensor_info_actual.dtype)
  /external/tensorflow/tensorflow/core/distributed_runtime/rpc/
rpc_rendezvous_mgr_test.cc 31 Tensor tensor(DT_STRING, TensorShape({}));
38 CHECK_EQ(tensor.dtype(), DT_STRING);
117 Tensor val(DT_STRING);
131 Tensor val(DT_STRING);
151 Tensor val(DT_STRING);
  /external/tensorflow/tensorflow/core/util/
example_proto_helper_test.cc 57 string_dense_config.dtype = DT_STRING;
59 string_dense_config.default_value = Tensor(DT_STRING, TensorShape({1}));
76 string_sparse_config.dtype = DT_STRING;
169 Tensor str_dense_output(DT_STRING, TensorShape({1, 1}));
197 Tensor str_dense_output(DT_STRING, TensorShape({1, 1}));
  /external/tensorflow/tensorflow/core/framework/
tensor_util.cc 39 } else if (other.dtype() == DT_STRING) {
88 if (dtype != DT_STRING) {
145 if (tensor.dtype() != DT_STRING) {
types.cc 71 case DT_STRING:
153 *dt = DT_STRING;
215 // Includes DT_STRING and DT_RESOURCE.
217 case DT_STRING:
kernel_def_builder_test.cc 64 .TypeConstraint("W", {DT_DOUBLE, DT_STRING})
69 allowed_values { list { type: [DT_DOUBLE, DT_STRING] } } } )proto",
memory_types_test.cc 62 .Input(FakeInput({DT_RESOURCE, DT_STRING, DT_RESOURCE}))
resource_op_kernel.h 47 context->allocate_persistent(DT_STRING, TensorShape({2}),
  /external/tensorflow/tensorflow/core/util/sparse/
sparse_tensor_test.cc 96 Tensor vals(DT_STRING, TensorShape({N}));
106 Tensor vals(DT_STRING, TensorShape({N}));
116 Tensor vals(DT_STRING, TensorShape({N, 1}));
126 Tensor vals(DT_STRING, TensorShape({N - 1}));
136 Tensor vals(DT_STRING, TensorShape({N}));
145 Tensor vals(DT_STRING, TensorShape({N}));
163 Tensor vals(DT_STRING, TensorShape({N}));
209 Tensor vals(DT_STRING, TensorShape({N}));
228 Tensor vals(DT_STRING, TensorShape({N}));
253 Tensor vals(DT_STRING, TensorShape({N}))
    [all...]
  /external/tensorflow/tensorflow/core/graph/
node_builder_test.cc 34 .Attr("out_types", {DT_INT32, DT_STRING})
  /external/tensorflow/tensorflow/core/profiler/internal/
tfprof_tensor.cc 63 case DataType::DT_STRING: {
  /external/tensorflow/tensorflow/contrib/util/
convert_graphdef_memmapped_format_test.cc 100 Tensor test_tensor1(DT_STRING, kTestTensorShape);
103 Tensor test_tensor2(DT_STRING, kTestTensorShape);
  /external/dtc/
dtc-parser.y 70 %token <data> DT_STRING
258 propdataprefix DT_STRING
274 | propdataprefix DT_INCBIN '(' DT_STRING ',' integer_prim ',' integer_prim ')'
290 | propdataprefix DT_INCBIN '(' DT_STRING ')'
  /external/tensorflow/tensorflow/compiler/tf2xla/kernels/
const_op.cc 43 if (proto_.dtype() == DT_STRING) {
44 LOG(WARNING) << "Not computing Const of type DT_STRING";
  /external/tensorflow/tensorflow/core/kernels/fuzzing/
fuzz_session.h 145 Tensor input_tensor(tensorflow::DT_STRING, TensorShape({}));
  /external/tensorflow/tensorflow/core/example/
example_parser_configuration_test.cc 120 EXPECT_EQ(DT_STRING, sparse_vec[0].dtype);
129 EXPECT_EQ(DT_STRING, sparse_vec[1].dtype);
180 dtype: DT_STRING
221 ASSERT_EQ(DT_STRING, v.dtype);
  /external/tensorflow/tensorflow/core/kernels/data/
unique_dataset_op.cc 41 input_dtype == DT_STRING,
164 DCHECK_EQ(DT_STRING, t.dtype());
196 HANDLE_TYPE(DT_STRING);

Completed in 459 milliseconds

12 3 4 5 6