Home
last modified time | relevance | path

Searched refs:found_shape (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/c/
Dc_test_util.cc317 bool found_shape = false; in IsPlaceholder() local
326 found_shape = true; in IsPlaceholder()
329 return found_dtype && found_shape; in IsPlaceholder()
/external/tensorflow/tensorflow/tools/benchmark/
Dbenchmark_model.cc142 const TensorShape& found_shape = output_tensors[i].shape(); in GetOutputShapes() local
143 (*node_shapes)[wanted_shape_name] = found_shape; in GetOutputShapes()