Searched refs:DotGeneral (Results 1 - 10 of 10) sorted by relevance

/external/tensorflow/tensorflow/compiler/tf2xla/lib/
H A Dbatch_dot.cc114 return builder->DotGeneral(x, y, dot_dnums);
/external/tensorflow/tensorflow/compiler/xla/python/
H A Dlocal_computation_builder.cc418 ComputationDataHandle LocalComputationBuilder::DotGeneral( function in class:xla::swig::LocalComputationBuilder
421 return builder_.DotGeneral(lhs, rhs, dimension_numbers);
H A Dlocal_computation_builder.h203 ComputationDataHandle DotGeneral(
H A Dxla_client.py1001 def DotGeneral(self, lhs, rhs, dimension_numbers): member in class:ComputationBuilder
1012 Returns: a ComputationDataHandle representing the DotGeneral operation.
1017 self._client.DotGeneral(
H A Dlocal_computation_builder.i916 %unignore xla::swig::LocalComputationBuilder::DotGeneral;
H A Dxla_client_test.py454 c.DotGeneral(c.Constant(lhs), c.Constant(rhs), dimension_numbers)
469 c.DotGeneral(c.Constant(lhs), c.Constant(rhs), dimension_numbers)
/external/tensorflow/tensorflow/compiler/xla/tests/
H A Ddot_operation_test.cc540 auto out = builder.DotGeneral(x, y, dnums);
/external/tensorflow/tensorflow/compiler/xla/client/
H A Dcomputation_builder.cc544 return DotGeneral(lhs, rhs, dimension_numbers);
547 ComputationDataHandle ComputationBuilder::DotGeneral( function in class:xla::ComputationBuilder
H A Dcomputation_builder.h347 ComputationDataHandle DotGeneral(
/external/tensorflow/tensorflow/compiler/xla/service/
H A Dshape_inference_test.cc985 TEST_F(ShapeInferenceTest, DotGeneral) {

Completed in 140 milliseconds