Searched refs:InferTernaryOpShape (Results 1 – 6 of 6) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | shape_inference_test.cc | 113 auto inferred_status = ShapeInference::InferTernaryOpShape( in TEST_F() 120 auto inferred_status = ShapeInference::InferTernaryOpShape( in TEST_F() 128 auto inferred_status = ShapeInference::InferTernaryOpShape( in TEST_F() 135 auto inferred_status_error1 = ShapeInference::InferTernaryOpShape( in TEST_F() 141 auto inferred_status_error2 = ShapeInference::InferTernaryOpShape( in TEST_F() 147 auto inferred_status_error3 = ShapeInference::InferTernaryOpShape( in TEST_F() 155 auto inferred_status_error4 = ShapeInference::InferTernaryOpShape( in TEST_F() 165 auto inferred_status = ShapeInference::InferTernaryOpShape( in TEST_F() 173 ShapeInference::InferTernaryOpShape(HloOpcode::kClamp, f32_, f32_, f32_); in TEST_F() 179 auto inferred_status = ShapeInference::InferTernaryOpShape( in TEST_F() [all …]
|
D | shape_inference.h | 65 static StatusOr<Shape> InferTernaryOpShape(HloOpcode opcode, const Shape& lhs, 68 static StatusOr<Shape> InferTernaryOpShape(HloOpcode opcode,
|
D | hlo_creation_utils.cc | 282 ShapeInference::InferTernaryOpShape( in MakeSelectHlo()
|
D | shape_inference.cc | 998 /* static */ StatusOr<Shape> ShapeInference::InferTernaryOpShape( in InferTernaryOpShape() function in xla::ShapeInference 1001 return InferTernaryOpShape(opcode, lhs->shape(), rhs->shape(), ehs->shape()); in InferTernaryOpShape() 1004 /* static */ StatusOr<Shape> ShapeInference::InferTernaryOpShape( in InferTernaryOpShape() function in xla::ShapeInference
|
D | hlo_verifier.cc | 931 ShapeInference::InferTernaryOpShape( in CheckTernaryShape()
|
/external/tensorflow/tensorflow/compiler/xla/client/ |
D | xla_builder.cc | 561 Shape shape, ShapeInference::InferTernaryOpShape(triop, lhs_shape, in TernaryOp()
|