Home
last modified time | relevance | path

Searched defs:sorted_inputs (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dsearchsorted_op_gpu.cu.cc34 __global__ void UpperBoundKernel(const T* __restrict__ sorted_inputs, in UpperBoundKernel()
47 __global__ void LowerBoundKernel(const T* __restrict__ sorted_inputs, in LowerBoundKernel()
H A Dsearchsorted_op.cc131 const auto sorted_inputs = sorted_inputs_t.template flat<T>(); in Compute() local
184 const auto sorted_inputs = sorted_inputs_t.template flat<T>(); in Compute() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
H A Dlower_upper_bound_ops.cc37 const xla::XlaOp sorted_inputs = ctx->Input("sorted_inputs"); in BuildLowerUpperBoundOp() local
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/
H A Dgraph_fuser.cpp1090 auto sorted_inputs = sortReverseTopological(fused_cat->inputs()); in fuseConcats() local
/aosp_15_r20/external/executorch/exir/serde/
H A Dexport_serialize.py2455 sorted_inputs, sorted_outputs, graph argument
/aosp_15_r20/external/pytorch/torch/_export/serde/
H A Dserialize.py2447 sorted_inputs, sorted_outputs, graph argument