Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/optimizers/
Devaluation_utils.cc27 using TensorVector = gtl::InlinedVector<TensorValue, 4>; typedef
61 Status EvaluateNode(const NodeDef& node, const TensorVector& inputs, in EvaluateNode()
63 TensorVector* output) { in EvaluateNode()
Dloop_optimizer.cc57 using TensorVector = gtl::InlinedVector<TensorValue, 4>; typedef
563 TensorVector inputs; in EvaluateBoolOpForConstantOperands()
574 TensorVector outputs; in EvaluateBoolOpForConstantOperands()
Dconstant_folding.cc60 using TensorVector = gtl::InlinedVector<TensorValue, 4>; typedef
1316 const TensorVector& inputs, in EvaluateNode()
1317 TensorVector* output) const { in EvaluateNode()
1325 TensorVector inputs; in EvaluateOneFoldable()
1326 TensorVector output_tensors; in EvaluateOneFoldable()
1678 TensorVector outputs; in IsSimplifiableReshape()
1685 Status s = EvaluateNode(*new_shape, TensorVector(), &outputs); in IsSimplifiableReshape()
2782 const TensorVector& reduction_indices_vector) const { in IsReductionSimplifiableToIdentity()
2850 TensorVector reduction_indices_vector; in SimplifyReduction()
2856 if (!EvaluateNode(*reduction_indices, TensorVector(), in SimplifyReduction()
/external/tensorflow/tensorflow/core/grappler/costs/
Dgraph_properties.cc50 using TensorVector = gtl::InlinedVector<TensorValue, 4>; typedef
1502 TensorVector* inputs) { in CreateInputTensors()
1547 TensorVector inputs; in UpdateOutputShapesAndValues()
1553 TensorVector outputs; in UpdateOutputShapesAndValues()
/external/tensorflow/tensorflow/core/util/
Dexample_proto_fast_parsing.cc1043 class TensorVector { class
1628 TensorVector<float> float_list; in FastParseSingleExample()