Home
last modified time | relevance | path

Searched refs:CreateFromDimensions (Results 1 – 10 of 10) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dgather_expander.cc120 LiteralUtil::CreateFromDimensions(index_shape.element_type(), {0}))); in ExpandIndexVectorIntoOperandSpace()
125 LiteralUtil::CreateFromDimensions(index_shape.element_type(), {1}))); in ExpandIndexVectorIntoOperandSpace()
Dscatter_expander.cc141 LiteralUtil::CreateFromDimensions(index_shape.element_type(), {0}))); in ExpandIndexVectorIntoOperandSpace()
146 LiteralUtil::CreateFromDimensions(index_shape.element_type(), {1}))); in ExpandIndexVectorIntoOperandSpace()
Dhlo_constant_folding_test.cc128 auto literal = LiteralUtil::CreateFromDimensions(F32, dimensions); in TEST_F()
Dhlo_evaluator.cc473 auto result_literal = LiteralUtil::CreateFromDimensions( in HandleConcatenate()
Dhlo_parser.cc2176 *literal = LiteralUtil::CreateFromDimensions( in ParseDenseLiteral()
/external/tensorflow/tensorflow/compiler/xla/tests/
Dexhaustive_op_test.cc259 Literal input_literal = LiteralUtil::CreateFromDimensions(ty, {input_size}); in RunImpl()
/external/tensorflow/tensorflow/compiler/xla/
Dliteral_util.cc85 /* static */ Literal LiteralUtil::CreateFromDimensions( in CreateFromDimensions() function in xla::LiteralUtil
Dliteral_util.h251 static Literal CreateFromDimensions(PrimitiveType primitive_type,
Dliteral_test.cc174 LiteralUtil::CreateFromDimensions(S32, {2, 2, 1, 1, 1, 2}); in TEST_F()
/external/tensorflow/tensorflow/compiler/xla/python/
Dnumpy_bridge.cc417 auto literal = LiteralUtil::CreateFromDimensions( in XlaLiteralFromPyObject()