Home
last modified time | relevance | path

Searched refs:ConstantResource (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_expression.h78 static XlaExpression ConstantResource(Tensor value, XlaResource* resource);
Dxla_expression_test.cc138 XlaExpression::ConstantResource(constant_, resource_.get()); in TEST_F()
Dxla_expression.cc41 XlaExpression XlaExpression::ConstantResource(Tensor value, in ConstantResource() function in tensorflow::XlaExpression
Dxla_compiler.cc990 : XlaExpression::ConstantResource(arg.constant_value, resource); in BuildArguments()