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

  /external/tensorflow/tensorflow/core/kernels/
split_op_test.cc 29 static Graph* MakeGraph(int split_dim, int num_split,
55 auto g = MakeGraph(/* split_dim = */ 0, num_split, {chunk_size}); \
73 auto g = MakeGraph(split_dim, num_split, {chunk_size0, chunk_size1}); \
split_v_op_test.cc 57 static Graph* MakeGraph(int split_dim, const std::vector<int64>& size_splits,
83 auto g = MakeGraph(/* split_dim = */ 0, \
104 auto g = MakeGraph( \

Completed in 193 milliseconds