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

1 23 4 5 6

  /external/tensorflow/tensorflow/core/kernels/
restore_op_test.cc 78 DT_QINT32, DT_UINT8, DT_INT8, DT_INT16, DT_STRING,
96 Tensor input_0(DT_STRING, TensorShape({}));
314 MakeRestoreOp(DT_STRING);
381 .Input(FakeInput(DT_STRING))
382 .Input(FakeInput(DT_STRING))
400 Tensor input_0(DT_STRING, TensorShape({}));
405 Tensor input_1(DT_STRING, TensorShape({}));
barrier_ops.cc 68 queue_component_types.push_back(DT_STRING);
227 callback(Tensor(DT_INT64), Tensor(DT_STRING), Tuple());
237 Tensor keys(DT_STRING);
392 TF_RETURN_IF_ERROR(ctx->allocate_persistent(DT_STRING, TensorShape({}),
543 ctx->MatchSignature({DT_STRING_REF, DT_STRING,
594 DataTypeVector expected_outputs = {DT_INT64, DT_STRING};
lookup_util.cc 229 case DT_STRING:
337 key_dtype != DT_STRING) {
347 if (value_index == kWholeLine && value_dtype != DT_STRING) {
substr_op.cc 117 DT_STRING, output_shape, &input_buffer));
166 DT_STRING, output_shape, &input_buffer));
conditional_accumulator_base_op.h 50 context->allocate_persistent(DT_STRING, TensorShape({2}),
lookup_table_init_op.cc 125 DataTypeVector expected_inputs = {expected_input_0, DT_STRING};
sparse_cross_op.cc 80 if (DT_STRING == values_.dtype())
89 if (DT_STRING == values_.dtype())
120 if (DT_STRING == tensor_.dtype())
128 if (DT_STRING == tensor_.dtype()) return tensor_.matrix<string>()(batch, n);
  /external/tensorflow/tensorflow/core/graph/
quantize_training.cc 217 Tensor new_tensor_names(DT_STRING, TensorShape({tn_size + var_size}));
218 Tensor new_shape_and_slices(DT_STRING, TensorShape({tn_size + var_size}));
271 Tensor tensor_names_val(DT_STRING, TensorShape({1}));
274 .Attr("dtype", DT_STRING)
280 Tensor shape_and_slices_val(DT_STRING, TensorShape({1}));
283 .Attr("dtype", DT_STRING)
  /external/tensorflow/tensorflow/core/util/
example_proto_helper.cc 34 case DT_STRING:
51 case DT_STRING:
95 case DT_STRING: {
135 case DT_STRING: {
177 case DT_STRING: {
205 case DT_STRING: {
example_proto_fast_parsing.cc 81 *dtype = DT_STRING;
365 case DT_STRING: {
600 case DT_STRING: {
657 case DT_STRING: {
711 case DT_STRING: {
752 case DT_STRING: {
788 case DT_STRING:
    [all...]
tensor_slice_writer.cc 170 case DT_STRING:
  /external/tensorflow/tensorflow/cc/framework/
ops.cc 98 if (first.tensor.dtype() == DT_STRING) {
  /external/tensorflow/tensorflow/core/distributed_runtime/rpc/
grpc_tensor_coding_test.cc 101 TEST_F(GrpcTensorCodingTest, StringTensor) { DoTestForStrings(DT_STRING); }
  /external/tensorflow/tensorflow/python/lib/core/
py_seq_tensor.cc 90 *dtype = DT_STRING;
338 DEFINE_HELPER(ConvertString, string, DT_STRING, ConvertOneString);
420 case DT_STRING:
466 case DT_STRING:
ndarray_tensor_bridge.cc 194 if (dtype == DT_STRING || dtype == DT_RESOURCE || size == 0) {
  /external/tensorflow/tensorflow/cc/ops/
const_op_test.cc 99 EXPECT_EQ(d.op().output_type(0), DT_STRING);
148 ExpectTypeAndShape(c2.node(), DT_STRING, {4, 1});
  /external/tensorflow/tensorflow/core/framework/
tensor_util_test.cc 109 Tensor str1(DT_STRING, TensorShape({2}));
206 Tensor x(DT_STRING, TensorShape({4, 3}));
node_def_util_test.cc 151 AddNodeAttr("T", DT_STRING, &bad);
198 attr { key:'N' value { i:2 } } attr { key:'T' value { type:DT_STRING } }
218 attr { key:'T' value { list { type: [DT_INT32, DT_STRING] } } }
222 EXPECT_EQ("n = AnyIn[T=[DT_INT32, DT_STRING]](a, b)",
276 attr { key:'T' value { list { type: [DT_INT32, DT_STRING] } } }
282 attr { key:'T' value { list { type: [DT_INT32, DT_STRING] } } }
286 EXPECT_EQ("n = AnyIn[T=[DT_INT32, DT_STRING]](a:0, b:123)",
297 attr { key:'T' value { list { type: [DT_INT32, DT_STRING] } } }
303 attr { key:'T' value { list { type: [DT_INT32, DT_STRING] } } }
309 attr { key:'T' value { list { type: [DT_INT32, DT_STRING] } } }
    [all...]
variant_op_copy_test.cc 245 from.stored = Tensor(DT_STRING, TensorShape({}));
293 Tensor t_str(DT_STRING, TensorShape({}));
357 Tensor t_str(DT_STRING, TensorShape({}));
  /external/tensorflow/tensorflow/contrib/coder/kernels/
range_coder_ops_test.cc 109 .Input(tensorflow::FakeInput(DT_STRING))
292 Tensor empty{DT_STRING, {}};
320 Tensor encoded_tensor{DT_STRING, {}};
370 Tensor empty{DT_STRING, {}};
465 Tensor string_tensor{DT_STRING, TensorShape{}};
  /external/tensorflow/tensorflow/go/genop/internal/
genop_test.go 187 type: DT_STRING
447 type: DT_STRING
451 type: DT_STRING
  /external/tensorflow/tensorflow/core/kernels/data/
sql_dataset_ops.cc 39 dt == DT_STRING || dt == DT_INT8 || dt == DT_INT16 ||
44 "DT_STRING, DT_INT8, DT_INT16, DT_INT32, DT_INT64, "
  /external/tensorflow/tensorflow/python/framework/
dtypes.py 351 string = DType(types_pb2.DT_STRING)
412 types_pb2.DT_STRING: string,
462 types_pb2.DT_STRING: "string",
575 types_pb2.DT_STRING:
  /external/tensorflow/tensorflow/tools/graph_transforms/
sparsify_gather_test.cc 109 Tensor tensor_names_values(DT_STRING, TensorShape({1}));
118 Tensor shapes_slices_val(DT_STRING, TensorShape({1}));
322 Tensor tensor_names_values(DT_STRING, TensorShape({2}));
329 Tensor shapes_slices_val(DT_STRING, TensorShape({2}));
  /external/dtc/
dtc-lexer.l 115 return DT_STRING;

Completed in 439 milliseconds

1 23 4 5 6