Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/g3doc/
Doperation_semantics.md906 ## DotGeneral section in Operation Semantics
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_cost_analysis_test.cc161 TEST_F(HloCostAnalysisTest, DotGeneral) { in TEST_F() argument
Dshape_inference_test.cc1048 TEST_F(ShapeInferenceTest, DotGeneral) { in TEST_F() argument
/external/tensorflow/tensorflow/compiler/xla/python/
Dlocal_computation_builder.cc580 LocalOp ComputationBuilder::DotGeneral( in DotGeneral() function in xla::swig::ComputationBuilder
Dxla_client.py1604 def DotGeneral(self, lhs, rhs, dimension_numbers): member in ComputationBuilder
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc1023 XlaOp XlaBuilder::DotGeneral(const XlaOp& lhs, const XlaOp& rhs, in DotGeneral() function in xla::XlaBuilder
2963 XlaOp DotGeneral(const XlaOp& lhs, const XlaOp& rhs, in DotGeneral() function