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

  /external/tensorflow/tensorflow/core/kernels/data/
concatenate_dataset_op.cc 36 (DataTypeVectorString(input->output_dtypes()),
37 DataTypeVectorString(to_concatenate->output_dtypes()))));
  /external/tensorflow/tensorflow/core/kernels/data/experimental/
directed_interleave_dataset_op.cc 58 DataTypeVectorString(data_inputs[0]->output_dtypes()),
60 DataTypeVectorString(input->output_dtypes())));
choose_fastest_dataset_op.cc 61 DataTypeVectorString(inputs[i]->output_dtypes()),
62 ". Expected: ", DataTypeVectorString(output_types_), "."));
  /external/tensorflow/tensorflow/core/framework/
node_def_builder_test.cc 69 DataTypeVectorString(in_types));
71 DataTypeVectorString(out_types));
    [all...]
op_compatibility_test.cc 148 << DataTypeVectorString(new_in_types) << " -> "
149 << DataTypeVectorString(new_out_types);
    [all...]
types.h 114 inline string DataTypeVectorString(const DataTypeVector& dtypes) {
node_def_util.cc 548 "NodeDef expected inputs '", DataTypeVectorString(inputs),
function.cc 330 " : ", DataTypeVectorString(dtypes),
332 DataTypeVectorString(item->dtypes));
    [all...]
  /external/tensorflow/tensorflow/core/common_runtime/
colocation_graph.cc     [all...]
  /external/tensorflow/tensorflow/compiler/tf2xla/
functionalize_cond.cc 778 VLOG(3) << "Build output type: " << DataTypeVectorString(out_type);
    [all...]

Completed in 506 milliseconds