Searched defs:input_labels (Results  1 – 4 of 4) sorted by relevance
| /external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/ops/ | 
| D | einsum.cc | 79   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
 
 | 
| /external/tensorflow/tensorflow/core/util/ | 
| D | einsum_op_util.cc | 82 Status ParseEinsumEquation(const string& equation, OperandLabels* input_labels,  in ParseEinsumEquation()
 | 
| /external/tensorflow/tensorflow/core/kernels/mkl/ | 
| D | mkl_einsum_op.cc | 155     OperandLabels input_labels(mkl_input_labels_);  in Compute()  local
 | 
| /external/tensorflow/tensorflow/core/framework/ | 
| D | common_shape_fns.cc | 161   gtl::InlinedVector<string, 2> input_labels;  in EinsumShape()  local
 |