Home
last modified time | relevance | path

Searched defs:input_labels (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/ops/
H A Deinsum.cc79 static bool OrderMatches(const Labels& input_labels, int offset, int m, in OrderMatches()
113 Status DetermineLayout(const Labels& input_labels, in DetermineLayout()
144 const EinsumLayout preferred_layout, const Labels& input_labels, in CalculateMixedLayoutPermutation()
190 Status Initialize(const TRT_TensorOrWeights& operand, Labels input_labels, in Initialize()
255 const TRT_TensorOrWeights& operand, Labels input_labels, in Create()
602 OperandLabels input_labels; in ParseEquation() local
/aosp_15_r20/external/tensorflow/tensorflow/core/util/
H A Deinsum_op_util.cc82 Status ParseEinsumEquation(const string& equation, OperandLabels* input_labels, in ParseEinsumEquation()
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/mkl/
H A Dmkl_einsum_op.cc155 OperandLabels input_labels(mkl_input_labels_); in Compute() local
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dcommon_shape_fns.cc161 gtl::InlinedVector<string, 2> input_labels; in EinsumShape() local