HomeSort by relevance Sort by last modified time
    Searched refs:dtype_string (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/python/estimator/export/
export_output_test.py 80 dtype_string = types_pb2.DataType.Value("DT_STRING")
84 dtype=dtype_string,
110 dtype_string = types_pb2.DataType.Value("DT_STRING")
114 dtype=dtype_string,
119 dtype=dtype_string,
146 dtype_string = types_pb2.DataType.Value("DT_STRING")
150 dtype=dtype_string,
155 dtype=dtype_string,
186 dtype_string = types_pb2.DataType.Value("DT_STRING")
190 dtype=dtype_string,
    [all...]
  /external/tensorflow/tensorflow/contrib/learn/python/learn/utils/
saved_model_export_utils_test.py 92 dtype_string = types_pb2.DataType.Value("DT_STRING")
95 name="input-tensor-1:0", dtype=dtype_string, tensor_shape=shape))
122 dtype_string = types_pb2.DataType.Value("DT_STRING")
125 name="input-tensor-1:0", dtype=dtype_string, tensor_shape=shape))
130 dtype=dtype_string,
163 dtype_string = types_pb2.DataType.Value("DT_STRING")
166 name="input-tensor-1:0", dtype=dtype_string, tensor_shape=shape))
171 dtype=dtype_string,
209 dtype_string = types_pb2.DataType.Value("DT_STRING")
212 name="input-tensor-1:0", dtype=dtype_string, tensor_shape=shape)
    [all...]

Completed in 343 milliseconds