Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.summary.-summary-description.pbtxt6 name: "type_hint"
/external/vboot_reference/futility/
Dtraversal.h75 enum futil_file_type type_hint);
/external/v8/src/interpreter/
Dbytecode-generator.cc600 TypeHint type_hint() const { return type_hint_; } in type_hint() function in v8::internal::interpreter::BytecodeGenerator::ExpressionResultScope
1673 TypeHint type_hint = VisitForAccumulatorValue(stmt->result_done()); in VisitForOfStatement() local
1674 loop_builder.BreakIfTrue(ToBooleanModeFromTypeHint(type_hint)); in VisitForOfStatement()
3858 TypeHint type_hint = VisitForAccumulatorValue(expr->expression()); in VisitNot() local
3859 builder()->LogicalNot(ToBooleanModeFromTypeHint(type_hint)); in VisitNot()
4184 TypeHint type_hint = VisitForAccumulatorValue(subexpr); in VisitArithmeticExpression() local
4188 if (expr->op() == Token::ADD && type_hint == TypeHint::kString) { in VisitArithmeticExpression()
4208 TypeHint type_hint = VisitForAccumulatorValue(expr->first()); in VisitNaryArithmeticExpression() local
4221 if (rhs_hint == TypeHint::kString) type_hint = TypeHint::kString; in VisitNaryArithmeticExpression()
4229 if (type_hint == TypeHint::kString && expr->op() == Token::ADD) { in VisitNaryArithmeticExpression()
[all …]
Dbytecode-generator.h291 static constexpr ToBooleanMode ToBooleanModeFromTypeHint(TypeHint type_hint) { in ToBooleanModeFromTypeHint() argument
292 return type_hint == TypeHint::kBoolean ? ToBooleanMode::kAlreadyBoolean in ToBooleanModeFromTypeHint()
/external/tensorflow/tensorflow/core/framework/
Dsummary.proto15 string type_hint = 1; field