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

  /external/tensorflow/tensorflow/core/kernels/
save_op_test.cc 60 const string tensornames[] = { local
73 [&tensornames](int x) -> string { return tensornames[x]; });
414 const string tensornames[] = {"tensor_int", "tensor_float", "tensor_double", local
433 [&tensornames](int x) -> string { return tensornames[x]; });
570 const string tensornames[] = {"four_by_sixteen", "four_by_sixteen", "small"}; local
585 [&tensornames](int x) -> string { return tensornames[x]; });
save_v2_op_test.cc 54 const string tensornames[] = { local
67 [&tensornames](int x) -> string { return tensornames[x]; });
70 AddInput<string>(TensorShape({13}), [&tensornames](int x) -> string {

Completed in 317 milliseconds