Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/examples/custom_ops_doc/multiplex_3/
H A Dmultiplex_3_kernel.cc48 const auto& b_shape_tensor = ctx->input(8); in Compute() local
55 b_shape_tensor, "b")); in Compute()
62 ctx, a_shape_tensor.shape() == b_shape_tensor.shape(), in Compute()
65 " vs b_shape: ", b_shape_tensor.shape().DebugString())); in Compute()
82 const auto b_shape = b_shape_tensor.flat<int64_t>(); in Compute()