Home
last modified time | relevance | path

Searched defs:input_l (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/data/
H A Dprefetch_dataset_op.cc214 mutex_lock input_l(input_mu_); in GetNextInternal() local
245 mutex_lock input_l(input_mu_); in SaveInternal() local
269 mutex_lock input_l(input_mu_); in RestoreInternal() local
491 mutex_lock input_l(input_mu_); in PrefetchThread() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
H A Dconvert_nodes.cc4716 const TRT_TensorOrWeights& input_r) { in ConvertBatchMatMul()
4744 auto input_l = std::make_unique<TRT_TensorOrWeights>(inputs.at(0)); in ConvertBatchMatMul() local
H A Dconvert_nodes_test.cc3690 auto input_l = ops::Placeholder(s.WithOpName("input1"), dtype); in GetBinaryOpNodeDef() local