Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/optimizers/
Devaluation_utils.cc27 using TensorVector = gtl::InlinedVector<TensorValue, 4>; typedef
82 Status EvaluateNode(const NodeDef& node, const TensorVector& inputs, in EvaluateNode()
84 TensorVector* output) { in EvaluateNode()
Dloop_optimizer.cc57 using TensorVector = gtl::InlinedVector<TensorValue, 4>; typedef
561 TensorVector inputs; in EvaluateBoolOpForConstantOperands()
572 TensorVector outputs; in EvaluateBoolOpForConstantOperands()
Dconstant_folding.cc59 using TensorVector = gtl::InlinedVector<TensorValue, 4>; typedef
1156 const TensorVector& inputs, in EvaluateNode()
1157 TensorVector* output) const { in EvaluateNode()
1165 TensorVector inputs; in EvaluateOneFoldable()
1166 TensorVector output_tensors; in EvaluateOneFoldable()
1508 TensorVector outputs; in IsSimplifiableReshape()
1515 Status s = EvaluateNode(*new_shape, TensorVector(), &outputs); in IsSimplifiableReshape()
2512 const TensorVector& reduction_indices_vector) const { in IsReductionSimplifiableToIdentity()
2555 TensorVector reduction_indices_vector; in SimplifyReduction()
2561 if (!EvaluateNode(*reduction_indices, TensorVector(), in SimplifyReduction()
/external/tensorflow/tensorflow/core/grappler/costs/
Dgraph_properties.cc48 using TensorVector = gtl::InlinedVector<TensorValue, 4>; typedef
1231 TensorVector* inputs) { in CreateInputTensors()
1276 TensorVector inputs; in UpdateOutputShapesAndValues()
1282 TensorVector outputs; in UpdateOutputShapesAndValues()